STTInitParams constructor

STTInitParams({
  1. required String model,
})

Implementation

STTInitParams({
  required this.model,
});