toJson method

Map<String, dynamic> toJson()

Implementation

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