rows property

List<List> rows
final

The actual data rows (each row is a list of values)

Implementation

final List<List<dynamic>> rows;