MetricMatrixRow constructor

MetricMatrixRow({
  1. List<double>? cols,
})

Implementation

MetricMatrixRow({
  this.cols,
});