rows property
List<T>
get
rows
The currently-visible rows (after filter + sort).
Implementation
List<T> get rows => List.unmodifiable(_rows);
The currently-visible rows (after filter + sort).
List<T> get rows => List.unmodifiable(_rows);