Set the component of the vector at the index i.
i
@override void operator []=(int i, double v) { throw UnsupportedError('Cannot modify an unmodifiable Vector3'); }