Length class
- Inheritance
-
- Object
- BaseQuantity<
Length> - Length
Constructors
-
Length.new(num value, Unit<
Length> unit)
Properties
Methods
-
convertTo(
Unit< Length> to) → num -
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 ==(
Object other) → bool -
The equality operator.
inherited