offset property Null safety
read / write
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
int offset = 0;
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.
int offset = 0;