rows property

List<T> get rows

Implementation

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