ConversionNode<T extends BaseQuantity<T> > class
Constructors
-
ConversionNode({required Unit<
T> unit, num coefficientProduct = 1.0, num coefficientSum = 0.0, List<ConversionNode< children = const []})T> >
Properties
-
children
→ List<
ConversionNode< T> > -
final
- coefficientProduct → num
-
final
- coefficientSum → num
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
unit
→ Unit<
T> -
final
Methods
-
getTreeAsList(
) → List< ConversionNode< T> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited