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.
final List<List<dynamic>> rows;