hasPendingSpeaches property
bool
get
hasPendingSpeaches
Implementation
bool get hasPendingSpeaches {
if (_stopped) return false;
if (isSpeaking) return true;
return _sentences.isNotEmpty;
}
bool get hasPendingSpeaches {
if (_stopped) return false;
if (isSpeaking) return true;
return _sentences.isNotEmpty;
}