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