fetchLimit property Null safety
read / write
Limits the number of objects returned from the Query.
Defaults to 0. When zero, there is no limit to the number of objects returned from the Query. This value should be set when using pageBy to limit the page size.
Implementation
int fetchLimit = 0;