Length.
double get length => math.sqrt(length2);
Set the length of the vector. A negative value will change the vectors orientation and a value of zero will set the vector to zero.
value
@override set length(double l) { super.length = l; notifyListeners(); }