toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adWordsLocationExtensions = this.adWordsLocationExtensions;
  final categories = this.categories;
  final labels = this.labels;
  final languageCode = this.languageCode;
  final latlng = this.latlng;
  final metadata = this.metadata;
  final moreHours = this.moreHours;
  final name = this.name;
  final openInfo = this.openInfo;
  final phoneNumbers = this.phoneNumbers;
  final profile = this.profile;
  final regularHours = this.regularHours;
  final relationshipData = this.relationshipData;
  final serviceArea = this.serviceArea;
  final serviceItems = this.serviceItems;
  final specialHours = this.specialHours;
  final storeCode = this.storeCode;
  final storefrontAddress = this.storefrontAddress;
  final title = this.title;
  final websiteUri = this.websiteUri;
  return {
    'adWordsLocationExtensions': ?adWordsLocationExtensions,
    'categories': ?categories,
    'labels': ?labels,
    'languageCode': ?languageCode,
    'latlng': ?latlng,
    'metadata': ?metadata,
    'moreHours': ?moreHours,
    'name': ?name,
    'openInfo': ?openInfo,
    'phoneNumbers': ?phoneNumbers,
    'profile': ?profile,
    'regularHours': ?regularHours,
    'relationshipData': ?relationshipData,
    'serviceArea': ?serviceArea,
    'serviceItems': ?serviceItems,
    'specialHours': ?specialHours,
    'storeCode': ?storeCode,
    'storefrontAddress': ?storefrontAddress,
    'title': ?title,
    'websiteUri': ?websiteUri,
  };
}