cmdCutSelection property

String cmdCutSelection

Cut selection

Implementation

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