isTranscriptionLanguageSelected property

bool get isTranscriptionLanguageSelected

Implementation

bool get isTranscriptionLanguageSelected => _isTranscriptionLanguageSelected;
set isTranscriptionLanguageSelected (bool isSelected)

Implementation

set isTranscriptionLanguageSelected(bool isSelected) {
  _isTranscriptionLanguageSelected = isSelected;
  notifyListeners();
}