toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (canDelete != null) 'canDelete': canDelete!,
  if (canHaveBusinessCalls != null)
    'canHaveBusinessCalls': canHaveBusinessCalls!,
  if (canHaveFoodMenus != null) 'canHaveFoodMenus': canHaveFoodMenus!,
  if (canModifyServiceList != null)
    'canModifyServiceList': canModifyServiceList!,
  if (canOperateHealthData != null)
    'canOperateHealthData': canOperateHealthData!,
  if (canOperateLocalPost != null)
    'canOperateLocalPost': canOperateLocalPost!,
  if (canOperateLodgingData != null)
    'canOperateLodgingData': canOperateLodgingData!,
  if (duplicateLocation != null) 'duplicateLocation': duplicateLocation!,
  if (hasGoogleUpdated != null) 'hasGoogleUpdated': hasGoogleUpdated!,
  if (hasPendingEdits != null) 'hasPendingEdits': hasPendingEdits!,
  if (hasVoiceOfMerchant != null) 'hasVoiceOfMerchant': hasVoiceOfMerchant!,
  if (isParticularlyPersonalPlace != null)
    'isParticularlyPersonalPlace': isParticularlyPersonalPlace!,
  if (mapsUri != null) 'mapsUri': mapsUri!,
  if (newReviewUri != null) 'newReviewUri': newReviewUri!,
  if (placeId != null) 'placeId': placeId!,
};