confirm property

String get confirm

confirm

Implementation

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