rows property

List<T> get rows

The currently-visible rows (after filter + sort).

Implementation

List<T> get rows => List.unmodifiable(_rows);