Angle class
Constructors
Properties
- degree → Unit
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mapSymbols
→ Map<
ANGLE, String> -
final
- minutes → Unit
-
no setter
- name ↔ dynamic
-
getter/setter pairinherited
- radians → Unit
-
no setter
- removeTrailingZeros ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seconds → Unit
-
no setter
- significantFigures ↔ int
-
getter/setter pair
- size ↔ int
-
latefinalinherited
- unitConversion ↔ Node
-
getter/setter pairinherited
-
unitList
↔ List<
Unit> -
getter/setter pairinherited
Methods
-
convert(
ANGLE name, double? value) → void -
Converts a unit with a specific name (e.g. ANGLE.degree) and value to all other units
override
-
getAll(
) → List< Unit> -
Returns all the units converted with prefixes
inherited
-
getUnit(
dynamic name) → Unit -
Returns the Unit with the corresponding name
inherited
-
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 ==(
Object other) → bool -
The equality operator.
inherited