rows property

List<MetricMatrixRow>? rows
getter/setter pair

The rows of the matrix.

Implementation

core.List<MetricMatrixRow>? rows;