toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (serviceAccount != null) 'serviceAccount': serviceAccount!,
if (specLocation != null) 'specLocation': specLocation!,
if (specType != null) 'specType': specType!,
};