skip property

int? get skip
inherited

The number of data to be skipped. Default value is 0. This can be used for pagination, in combination with count.

Implementation

int? get skip => throw _privateConstructorUsedError;