allRows property

List<T> get allRows

Every row, ignoring the filter (master order).

Implementation

List<T> get allRows => List.unmodifiable(_all);