menu
angles package
documentation
angles
Angle
operator >= method
operator >=
brightness_4
operator >=
method
Null safety
bool
operator >=
(
Angle
other
)
Compares this to
other
.
Implementation
bool operator >=(final Angle other) => _storage >= other._storage;
angles package
documentation
angles
Angle
operator >= method
Angle class
Constructors
acos
asin
atan
atan2
atanFullTurn
cartesian
degrees
eighthTurn
fromDegrees
fromGradians
fromRadians
fromTurns
fullTurn
gradians
halfTurn
quarterTurn
radians
thirdTurn
turns
zero
Properties
cos
degrees
gradians
hashCode
normalized
radians
runtimeType
sin
tan
turns
Methods
approximately
compareTo
noSuchMethod
ratio
toString
Operators
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator unary-