squared method

ValueVector squared()

Implementation

ValueVector squared() => ValueVector(values.map((v) => v * v).toList());