Measurable class abstract

The measurable, countable, or comparable property or aspect of a thing.

Implemented types
Implementers

Constructors

Measurable()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standardUnit Unit
The standard unit identifies the "type" of Quantity quantity for which this measurable is employed.
no setter

Methods

compareTo(Measurable other) int
Compares this object to another object.
override
doubleValue(Unit unit) double
Returns the value of this measurable stated in the specified unit as a double.
intValue(Unit unit) int
Returns the estimated integral value of this measurable stated in the specified unit as an integer.
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