RequestOptions constructor
RequestOptions({
- DebugOptions? debugOptions,
- String? languageCode,
- String? searchApplicationId,
- String? timeZone,
Implementation
RequestOptions({
this.debugOptions,
this.languageCode,
this.searchApplicationId,
this.timeZone,
});