rows property

Returns a collection of all data item rows of the DataFrame's source data

Implementation

Iterable<Iterable<dynamic>> get rows;