toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (hostingSite != null) 'hostingSite': hostingSite!,
      if (locationId != null) 'locationId': locationId!,
      if (realtimeDatabaseInstance != null)
        'realtimeDatabaseInstance': realtimeDatabaseInstance!,
      if (storageBucket != null) 'storageBucket': storageBucket!,
    };