skip property
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;
The number of data to be skipped. Default value is 0
.
This can be used for pagination, in combination with count.
int? get skip => throw _privateConstructorUsedError;