Vector constructor

Vector(
  1. Float32List values
)

Implementation

Vector(this.values);