toJson method

Map<String, dynamic> toJson()

Implementation

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