rows property

List<List> rows
final

Row data, where each row is a list of dynamic values.

Implementation

final List<List<dynamic>> rows;