hasPrevious property

  1. @override
RxBool get hasPrevious
override

Indicates whether the items have previous page.

Implementation

@override
RxBool get hasPrevious => pagination?.hasPrevious ?? RxBool(false);