toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final debugOptions = this.debugOptions;
final languageCode = this.languageCode;
final searchApplicationId = this.searchApplicationId;
final timeZone = this.timeZone;
return {
'debugOptions': ?debugOptions,
'languageCode': ?languageCode,
'searchApplicationId': ?searchApplicationId,
'timeZone': ?timeZone,
};
}