toJson method
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,
};
}