TuningExample constructor

TuningExample({
  1. String? textInput,
  2. required String output,
})

Implementation

TuningExample({this.textInput, required this.output})
  : super(fullyQualifiedName);