fetchLimit property

int fetchLimit
getter/setter pair

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

late int fetchLimit;