toJson method

Map<String, dynamic> toJson()

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