limit property

RxInt limit
getter/setter pair

Reactive pagination limit.

Specifies the number of items to fetch per request. Set this value based on your API's pagination requirements or UI needs.

Implementation

RxInt limit = 0.obs;