Angle class

Implemented types
Annotations

Constructors

Angle.degrees(double degrees)
const
Angle.radians(double radians)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
radians double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(Angle other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator *(Angle other) Angle
Multiplies this Angle by another one and returns the result as a new Angle object.
operator +(Angle other) Angle
Adds this Angle by another one and returns the result as a new Angle object.
operator -(Angle other) Angle
Substracts this Angle by another one and returns the result as a new Angle object.
operator /(Angle other) Angle
Divides this Angle by another one and returns the result as a new Angle object.
operator <(Angle other) bool
Whether this Angle is smaller than other.
operator <=(Angle other) bool
Whether this Angle is smaller than or equal to other.
operator ==(Object other) bool
The equality operator.
override
operator >(Angle other) bool
Whether this Duration is greater than other.
operator >=(Angle other) bool
Whether this Angle is greater than or equal to other.

Constants

zero → const Angle