toJson method

Map<String, dynamic> toJson()

Implementation

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