NotifyingVector2.copy constructor

NotifyingVector2.copy(
  1. Vector2 v
)

Implementation

factory NotifyingVector2.copy(Vector2 v) =>
    NotifyingVector2.zero()..setFrom(v);