confirm property

String confirm

確認

Implementation

String get confirm {
  return Intl.message(
    '確認',
    name: 'confirm',
    desc: '',
    args: [],
  );
}