TrayEnvironment constructor

TrayEnvironment({
  1. String baseUrl = '',
  2. Map<String, String>? headers,
  3. Map<String, String>? params,
  4. FetchTrayDebugLevel debugLevel = FetchTrayDebugLevel.errorsAndWarnings,
})

Implementation

TrayEnvironment({
  this.baseUrl = '',
  this.headers,
  this.params,
  this.debugLevel = FetchTrayDebugLevel.errorsAndWarnings,
});