toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (gcidCategory != null) 'gcidCategory': gcidCategory!,
  if (matchingState != null) 'matchingState': matchingState!,
  if (matchingStateHint != null) 'matchingStateHint': matchingStateHint!,
  if (name != null) 'name': name!,
  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 (targetAccount != null) 'targetAccount': targetAccount!,
  if (websiteUri != null) 'websiteUri': websiteUri!,
};