offset property Null safety

int offset
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;