Prefix class

Implements units Prefixes

Implementers

Constructors

Prefix(int base, int p, String symbol, String name)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Prefix name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Prefix symbol
final
value num
Prefix value
final

Methods

apply<T extends Dimension>(Unit<T> unit) Unit<T>
Creates a new unit applying prefix at unit
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
undo<T extends Dimension>(Unit<T> prefixed) Unit<T>
Creates a new unit removing prefix from prefixed

Operators

operator ==(Object other) bool
The equality operator.
inherited