RequestOptions constructor

RequestOptions({
  1. DebugOptions? debugOptions,
  2. String? languageCode,
  3. String? searchApplicationId,
  4. String? timeZone,
})

Implementation

RequestOptions({
  this.debugOptions,
  this.languageCode,
  this.searchApplicationId,
  this.timeZone,
});