InterruptedSpeech property

String get InterruptedSpeech

Speech interrupted

Implementation

String get InterruptedSpeech {
  return Intl.message(
    'Speech interrupted',
    name: 'InterruptedSpeech',
    desc: '',
    args: [],
  );
}