rows property

List<List> rows

Load data from a multidimensional array, with the first element containing the data names, the following containing related data in that order.

Implementation

external List<List<dynamic /*String|bool|num|Null*/ >> get rows;
void rows=(List<List> v)

Implementation

external set rows(List<List<dynamic /*String|bool|num|Null*/ >> v);