operator > method

bool operator >(
  1. Angle other
)

Whether this Duration is greater than other.

Implementation

bool operator >(Angle other) => radians > other.radians;