ApiOptions constructor

ApiOptions(
  1. {String userAgent = defaultUserAgent}
)

Create a new ApiOptions.

Implementation

ApiOptions({this.userAgent = defaultUserAgent});