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