RequestOptions constructor

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

Implementation

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