toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (percentage != null) 'percentage': percentage!,
if (phaseId != null) 'phaseId': phaseId!,
if (postdeploy != null) 'postdeploy': postdeploy!,
if (predeploy != null) 'predeploy': predeploy!,
if (profiles != null) 'profiles': profiles!,
if (verify != null) 'verify': verify!,
};