toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (jobManifestsPath != null) 'jobManifestsPath': jobManifestsPath!,
if (manifestPath != null) 'manifestPath': manifestPath!,
if (skaffoldConfigPath != null)
'skaffoldConfigPath': skaffoldConfigPath!,
};