toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (deletionRequestTime != null)
        'deletionRequestTime': deletionRequestTime!.toUtc().toIso8601String(),
      if (firebaseProjectId != null) 'firebaseProjectId': firebaseProjectId!,
      if (id != null) 'id': id!,
      if (kind != null) 'kind': kind!,
      if (propertyId != null) 'propertyId': propertyId!,
      if (webPropertyId != null) 'webPropertyId': webPropertyId!,
    };