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