toJson method

Map<String, dynamic> toJson()

Implementation

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