factory TuningExample.fromJson(Map<String, dynamic> json) { return TuningExample( textInput: json['textInput'], output: json['output'] ?? '', ); }