confirmation_msg property

String get confirmation_msg

Are you sure you want to

Implementation

String get confirmation_msg {
  return Intl.message(
    'Are you sure you want to ',
    name: 'confirmation_msg',
    desc: '',
    args: [],
  );
}