allRows property
List<T>
get
allRows
Every row, ignoring the filter (master order).
Implementation
List<T> get allRows => List.unmodifiable(_all);
Every row, ignoring the filter (master order).
List<T> get allRows => List.unmodifiable(_all);