toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final businessProfileLocations = this.businessProfileLocations;
  final locationOwnershipType = this.locationOwnershipType;
  final placeId = this.placeId;
  return {
    'businessProfileLocations': ?businessProfileLocations,
    'locationOwnershipType': ?locationOwnershipType,
    'placeId': ?placeId,
  };
}