Set the component of the vector at the index i.
i
@override void operator []=(int i, double v) { super[i] = v; notifyListeners(); }