offset property

int offset
getter/setter pair

Offsets the rows returned.

The set of rows returned will exclude the first offset number of rows selected in the query. Do not set this property when using pageBy.

Implementation

late int offset;