num Function(T, [List<Object?>?]) get angle => _x;
Equivalent to Link.x, except the accessor returns the angle in radians, with 0 at -y (12 o’clock).
set angle(num Function(T, [List<Object?>?]) angle) => _x = angle;