MetricMatrix constructor

MetricMatrix({
  1. List<MetricMatrixRow>? rows,
})

Implementation

MetricMatrix({
  this.rows,
});