Scalar constructor

Scalar(
  1. List<double> values
)

Implementation

factory Scalar(List<double> values) => Scalar.fromVal(values);