core.Map<core.String, core.dynamic> toJson() => { if (phase != null) 'phase': phase!, if (release != null) 'release': release!, if (targetId != null) 'targetId': targetId!, };