cmdTableNavigateCellsReverse property

String cmdTableNavigateCellsReverse

Navigate around the cells at same offset in reverse

Implementation

String get cmdTableNavigateCellsReverse {
  return Intl.message(
    'Navigate around the cells at same offset in reverse',
    name: 'cmdTableNavigateCellsReverse',
    desc: '',
    args: [],
  );
}