TranscriptionActionModel constructor

TranscriptionActionModel({
  1. bool? showIcon,
  2. bool? isLanguageSelected,
  3. String? langCode,
  4. String? sourceLang,
})

Implementation

TranscriptionActionModel(
    {this.showIcon, this.isLanguageSelected, this.langCode, this.sourceLang});