toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (gcidCategory != null) 'gcidCategory': gcidCategory!,
  if (kind != null) 'kind': kind!,
  if (matchingStatus != null) 'matchingStatus': matchingStatus!,
  if (matchingStatusHint != null) 'matchingStatusHint': matchingStatusHint!,
  if (phoneNumber != null) 'phoneNumber': phoneNumber!,
  if (placeId != null) 'placeId': placeId!,
  if (storeAddress != null) 'storeAddress': storeAddress!,
  if (storeCode != null) 'storeCode': storeCode!,
  if (storeName != null) 'storeName': storeName!,
  if (websiteUrl != null) 'websiteUrl': websiteUrl!,
};