toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final businessProfileLocationGroup = this.businessProfileLocationGroup;
final chainLocationGroup = this.chainLocationGroup;
final hotelPropertyData = this.hotelPropertyData;
final id = this.id;
final locationGroupParentAssetSetId = this.locationGroupParentAssetSetId;
final locationSet = this.locationSet;
final merchantCenterFeed = this.merchantCenterFeed;
final name = this.name;
final resourceName = this.resourceName;
final status = this.status;
final type = this.type;
return {
'businessProfileLocationGroup': ?businessProfileLocationGroup,
'chainLocationGroup': ?chainLocationGroup,
'hotelPropertyData': ?hotelPropertyData,
'id': ?id,
'locationGroupParentAssetSetId': ?locationGroupParentAssetSetId,
'locationSet': ?locationSet,
'merchantCenterFeed': ?merchantCenterFeed,
'name': ?name,
'resourceName': ?resourceName,
'status': ?status,
'type': ?type,
};
}