toJson method

Map<String, dynamic> toJson()

Implementation

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