NotifyingVector2.all constructor

NotifyingVector2.all(
  1. double v
)

Implementation

factory NotifyingVector2.all(double v) => NotifyingVector2.zero()..splat(v);