msg_action_cannot_undone property

String get msg_action_cannot_undone

Warning: This action cannot be undone

Implementation

String get msg_action_cannot_undone {
  return Intl.message(
    'Warning: This action cannot be undone',
    name: 'msg_action_cannot_undone',
    desc: '',
    args: [],
  );
}