RestApiClientOptions constructor
RestApiClientOptions({})
Constructor for creating an instance of RestApiClientOptions.
The baseUrl
parameter must be provided to specify the
API endpoint, while the other options have default values.
Implementation
RestApiClientOptions({
this.baseUrl = '',
this.overrideBadCertificate = true,
this.cacheEnabled = false,
});