cmdMoveCursorTop property

String cmdMoveCursorTop

move cursor to the top

Implementation

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