toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (configs != null) 'configs': configs!,
if (git != null) 'git': git!,
if (googleCloudBuildRepo != null)
'googleCloudBuildRepo': googleCloudBuildRepo!,
if (googleCloudStorage != null)
'googleCloudStorage': googleCloudStorage!,
};