rows property

Iterable<Iterable> get rows

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

Implementation

Iterable<Iterable<dynamic>> get rows;