rows property

List<List> rows
final

Row data — each inner list corresponds to one row. Values can be any type; they are converted to String for display.

Implementation

final List<List<dynamic>> rows;