toJson method

Map<String, dynamic> toJson()

Implementation

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};
}