callProblemDistortedSpeech property
The speech was distorted
Implementation
CallProblemDistortedSpeech? get callProblemDistortedSpeech {
if (this is CallProblemDistortedSpeech) {
return this as CallProblemDistortedSpeech;
}
return null;
}