rawLength property

int get rawLength

Returns the raw count of V items kept in pagination.

Note, that this count may not be equal to length, as transform is applied to every item in pagination before appending to the items, which may take some time.

Implementation

int get rawLength => pagination!.items.length;