moveToRecord method
Moves to the visible record identified by its 1-based recordNumber.
Throws RangeError when recordNumber is outside the valid public
range 1..recordCount. Empty datasets cannot be moved to a record.
Implementation
void moveToRecord(int recordNumber) =>
_cursorCoordinator.moveToRecord(recordNumber);