rows property

List<TableRow>? rows
getter/setter pair

Rows of results.

Implementation

core.List<TableRow>? rows;