moveToLast method

void moveToLast()

Implementation

void moveToLast() {
  moveElementToLast(_lines, _lines[_selectPathIndex]);
  notifyListeners();
}