rows property

List<TreeRow<T>> get rows

Complete flattened projection after applying expansion state.

Implementation

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