cmdTableMoveToRightCellIfItsAtTheEndOfCurrentCell property

String cmdTableMoveToRightCellIfItsAtTheEndOfCurrentCell

Move to right cell if its at the end of current cell

Implementation

String get cmdTableMoveToRightCellIfItsAtTheEndOfCurrentCell {
  return Intl.message(
    'Move to right cell if its at the end of current cell',
    name: 'cmdTableMoveToRightCellIfItsAtTheEndOfCurrentCell',
    desc: '',
    args: [],
  );
}