toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adSchedules = this.adSchedules;
final businessContext = this.businessContext;
final businessProfileLocation = this.businessProfileLocation;
final finalUrl = this.finalUrl;
final keywordThemes = this.keywordThemes;
final languageCode = this.languageCode;
final locationList = this.locationList;
final proximity = this.proximity;
return {
'adSchedules': ?adSchedules,
'businessContext': ?businessContext,
'businessProfileLocation': ?businessProfileLocation,
'finalUrl': ?finalUrl,
'keywordThemes': ?keywordThemes,
'languageCode': ?languageCode,
'locationList': ?locationList,
'proximity': ?proximity,
};
}