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