offset property Null safety

  1. @override
int offset
read / writeoverride

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

@override
int offset = 0;