Angle.fromXY constructor

Angle.fromXY(
  1. num x,
  2. num y
)

Implementation

factory Angle.fromXY(num x, num y) => Angle.fromSides(y, x);