cmdMoveCursorBottom property

String cmdMoveCursorBottom

move cursor to the bottom

Implementation

String get cmdMoveCursorBottom {
  return Intl.message(
    'move cursor to the bottom',
    name: 'cmdMoveCursorBottom',
    desc: '',
    args: [],
  );
}