toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (pipelineReadyCondition != null)
'pipelineReadyCondition': pipelineReadyCondition!,
if (targetsPresentCondition != null)
'targetsPresentCondition': targetsPresentCondition!,
if (targetsTypeCondition != null)
'targetsTypeCondition': targetsTypeCondition!,
};