limit property
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;
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.
RxInt limit = 0.obs;