rows property

List<List> rows
final

Row data as a list of lists, where each inner list represents one row.

Each row's values correspond to columns in the same order.

Implementation

final List<List<dynamic>> rows;