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