queryRowGetPosition function
Returns the QueryRowPosition record for the given row.
Implementation
QueryRowPosition queryRowGetPosition(QueryRow row) =>
(id: row.id, ordered: row.ordered);
Returns the QueryRowPosition record for the given row.
QueryRowPosition queryRowGetPosition(QueryRow row) =>
(id: row.id, ordered: row.ordered);