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