toJson method

Map<String, dynamic> toJson()

Implementation

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