fetchLimit property Null safety

  1. @override
int fetchLimit
read / writeoverride

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

@override
int fetchLimit = 0;