cmdMoveCursorLineEnd property

String cmdMoveCursorLineEnd

move cursor to the end of line

Implementation

String get cmdMoveCursorLineEnd {
  return Intl.message(
    'move cursor to the end of line',
    name: 'cmdMoveCursorLineEnd',
    desc: '',
    args: [],
  );
}