RestApiClientRequestOptions constructor

RestApiClientRequestOptions({
  1. Map<String, dynamic>? headers,
  2. String? contentType,
  3. bool silentException = false,
})

Implementation

RestApiClientRequestOptions({
  this.headers,
  this.contentType,
  this.silentException = false,
});