rows property

List<Row>? rows
getter/setter pair

The rows from the specified table.

Implementation

core.List<Row>? rows;