cmdDeleteLeft property

String cmdDeleteLeft

Delete character to the left

Implementation

String get cmdDeleteLeft {
  return Intl.message(
    'Delete character to the left',
    name: 'cmdDeleteLeft',
    desc: '',
    args: [],
  );
}