cmdMoveCursorUpSelect property

String cmdMoveCursorUpSelect

Select upward

Implementation

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