PttBusy property
String
get
PttBusy
The other party is busy
Implementation
String get PttBusy {
return Intl.message(
'The other party is busy',
name: 'PttBusy',
desc: '',
args: [],
);
}