RestApiOptions constructor

RestApiOptions(
  1. {required String token,
  2. String userAgent = defaultUserAgent}
)

Create a new RestApiOptions.

Implementation

RestApiOptions({required this.token, super.userAgent});