count property
The number of data to be fetched. Default value is 10. Maximum value is 100.
This can be used for pagination, in combination with skip.
Implementation
int? get count => throw _privateConstructorUsedError;
The number of data to be fetched. Default value is 10. Maximum value is 100.
This can be used for pagination, in combination with skip.
int? get count => throw _privateConstructorUsedError;