ApiRequestOptions constructor

const ApiRequestOptions({
  1. Map<String, String>? headers,
  2. bool noAuth = false,
})

Implementation

const ApiRequestOptions({
  this.headers,
  this.noAuth = false,
});