VectorValue constructor

const VectorValue(
  1. List<double> _value
)

Create VectorValue instance.

Implementation

const VectorValue(this._value);