toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final phase = this.phase;
final rollout = this.rollout;
final targetId = this.targetId;
final wait = this.wait;
return {
'phase': ?phase,
'rollout': ?rollout,
'targetId': ?targetId,
'wait': ?wait,
};
}