toJson method
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!,
};