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