originalLength property

int originalLength

Returns the length of all elements, regardless of filtering or ranging.

Implementation

int get originalLength => _list.length;