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