rows property

List<Row>? rows
getter/setter pair

One row per actual label.

Implementation

core.List<Row>? rows;