callPhoneContent property

String callPhoneContent

確定要撥給「%s」?

Implementation

String get callPhoneContent {
  return Intl.message(
    '確定要撥給「%s」?',
    name: 'callPhoneContent',
    desc: '',
    args: [],
  );
}