PhysicalQuantity<T extends Unit> class abstract interface

"a property of a material or system that can be quantified by measurement. A physical quantity can be expressed as a value, which is the algebraic multiplication of a numerical value and a unit. " https://en.wikipedia.org/wiki/Physical_quantity

Implemented types
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
magnitude Measurement
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unit → T
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toUnit(T u) PhysicalQuantity<T>

Operators

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