toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final targetsPresentCondition = this.targetsPresentCondition;
final timedPromoteReleaseCondition = this.timedPromoteReleaseCondition;
return {
'targetsPresentCondition': ?targetsPresentCondition,
'timedPromoteReleaseCondition': ?timedPromoteReleaseCondition,
};
}