DimensionalModel class abstract

Represents the mapping between BaseUnit and Dimension.DimensionalModel

Constructors

DimensionalModel()

Properties

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

Methods

getDimension(BaseUnit unit) Dimension
Returns the dimension of the specified base unit (a dimension particular to the base unit if the base unit is not recognized).
getTransform(BaseUnit unit) UnitConverter
Returns the normalization transform of the specified base unit (UnitConverter.identity if the base unit is not recognized).
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

Static Properties

standard DimensionalModel
The standard model (default).
getter/setter pair