IdleStatus property

String get IdleStatus

Voice right idle

Implementation

String get IdleStatus {
  return Intl.message(
    'Voice right idle',
    name: 'IdleStatus',
    desc: '',
    args: [],
  );
}