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