toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accessibilityOptions = this.accessibilityOptions;
final addressComponents = this.addressComponents;
final addressDescriptor = this.addressDescriptor;
final adrFormatAddress = this.adrFormatAddress;
final allowsDogs = this.allowsDogs;
final attributions = this.attributions;
final businessStatus = this.businessStatus;
final consumerAlert = this.consumerAlert;
final containingPlaces = this.containingPlaces;
final curbsidePickup = this.curbsidePickup;
final currentOpeningHours = this.currentOpeningHours;
final currentSecondaryOpeningHours = this.currentSecondaryOpeningHours;
final delivery = this.delivery;
final dineIn = this.dineIn;
final displayName = this.displayName;
final editorialSummary = this.editorialSummary;
final evChargeAmenitySummary = this.evChargeAmenitySummary;
final evChargeOptions = this.evChargeOptions;
final formattedAddress = this.formattedAddress;
final fuelOptions = this.fuelOptions;
final generativeSummary = this.generativeSummary;
final goodForChildren = this.goodForChildren;
final goodForGroups = this.goodForGroups;
final goodForWatchingSports = this.goodForWatchingSports;
final googleMapsLinks = this.googleMapsLinks;
final googleMapsUri = this.googleMapsUri;
final iconBackgroundColor = this.iconBackgroundColor;
final iconMaskBaseUri = this.iconMaskBaseUri;
final id = this.id;
final internationalPhoneNumber = this.internationalPhoneNumber;
final liveMusic = this.liveMusic;
final location = this.location;
final menuForChildren = this.menuForChildren;
final movedPlace = this.movedPlace;
final movedPlaceId = this.movedPlaceId;
final name = this.name;
final nationalPhoneNumber = this.nationalPhoneNumber;
final neighborhoodSummary = this.neighborhoodSummary;
final outdoorSeating = this.outdoorSeating;
final parkingOptions = this.parkingOptions;
final paymentOptions = this.paymentOptions;
final photos = this.photos;
final plusCode = this.plusCode;
final postalAddress = this.postalAddress;
final priceLevel = this.priceLevel;
final priceRange = this.priceRange;
final primaryType = this.primaryType;
final primaryTypeDisplayName = this.primaryTypeDisplayName;
final pureServiceAreaBusiness = this.pureServiceAreaBusiness;
final rating = this.rating;
final regularOpeningHours = this.regularOpeningHours;
final regularSecondaryOpeningHours = this.regularSecondaryOpeningHours;
final reservable = this.reservable;
final restroom = this.restroom;
final reviewSummary = this.reviewSummary;
final reviews = this.reviews;
final servesBeer = this.servesBeer;
final servesBreakfast = this.servesBreakfast;
final servesBrunch = this.servesBrunch;
final servesCocktails = this.servesCocktails;
final servesCoffee = this.servesCoffee;
final servesDessert = this.servesDessert;
final servesDinner = this.servesDinner;
final servesLunch = this.servesLunch;
final servesVegetarianFood = this.servesVegetarianFood;
final servesWine = this.servesWine;
final shortFormattedAddress = this.shortFormattedAddress;
final subDestinations = this.subDestinations;
final takeout = this.takeout;
final timeZone = this.timeZone;
final types = this.types;
final userRatingCount = this.userRatingCount;
final utcOffsetMinutes = this.utcOffsetMinutes;
final viewport = this.viewport;
final websiteUri = this.websiteUri;
return {
'accessibilityOptions': ?accessibilityOptions,
'addressComponents': ?addressComponents,
'addressDescriptor': ?addressDescriptor,
'adrFormatAddress': ?adrFormatAddress,
'allowsDogs': ?allowsDogs,
'attributions': ?attributions,
'businessStatus': ?businessStatus,
'consumerAlert': ?consumerAlert,
'containingPlaces': ?containingPlaces,
'curbsidePickup': ?curbsidePickup,
'currentOpeningHours': ?currentOpeningHours,
'currentSecondaryOpeningHours': ?currentSecondaryOpeningHours,
'delivery': ?delivery,
'dineIn': ?dineIn,
'displayName': ?displayName,
'editorialSummary': ?editorialSummary,
'evChargeAmenitySummary': ?evChargeAmenitySummary,
'evChargeOptions': ?evChargeOptions,
'formattedAddress': ?formattedAddress,
'fuelOptions': ?fuelOptions,
'generativeSummary': ?generativeSummary,
'goodForChildren': ?goodForChildren,
'goodForGroups': ?goodForGroups,
'goodForWatchingSports': ?goodForWatchingSports,
'googleMapsLinks': ?googleMapsLinks,
'googleMapsUri': ?googleMapsUri,
'iconBackgroundColor': ?iconBackgroundColor,
'iconMaskBaseUri': ?iconMaskBaseUri,
'id': ?id,
'internationalPhoneNumber': ?internationalPhoneNumber,
'liveMusic': ?liveMusic,
'location': ?location,
'menuForChildren': ?menuForChildren,
'movedPlace': ?movedPlace,
'movedPlaceId': ?movedPlaceId,
'name': ?name,
'nationalPhoneNumber': ?nationalPhoneNumber,
'neighborhoodSummary': ?neighborhoodSummary,
'outdoorSeating': ?outdoorSeating,
'parkingOptions': ?parkingOptions,
'paymentOptions': ?paymentOptions,
'photos': ?photos,
'plusCode': ?plusCode,
'postalAddress': ?postalAddress,
'priceLevel': ?priceLevel,
'priceRange': ?priceRange,
'primaryType': ?primaryType,
'primaryTypeDisplayName': ?primaryTypeDisplayName,
'pureServiceAreaBusiness': ?pureServiceAreaBusiness,
'rating': ?rating,
'regularOpeningHours': ?regularOpeningHours,
'regularSecondaryOpeningHours': ?regularSecondaryOpeningHours,
'reservable': ?reservable,
'restroom': ?restroom,
'reviewSummary': ?reviewSummary,
'reviews': ?reviews,
'servesBeer': ?servesBeer,
'servesBreakfast': ?servesBreakfast,
'servesBrunch': ?servesBrunch,
'servesCocktails': ?servesCocktails,
'servesCoffee': ?servesCoffee,
'servesDessert': ?servesDessert,
'servesDinner': ?servesDinner,
'servesLunch': ?servesLunch,
'servesVegetarianFood': ?servesVegetarianFood,
'servesWine': ?servesWine,
'shortFormattedAddress': ?shortFormattedAddress,
'subDestinations': ?subDestinations,
'takeout': ?takeout,
'timeZone': ?timeZone,
'types': ?types,
'userRatingCount': ?userRatingCount,
'utcOffsetMinutes': ?utcOffsetMinutes,
'viewport': ?viewport,
'websiteUri': ?websiteUri,
};
}