Metre enum

Aggregate for public construction of units of length.

Inheritance
Available extensions

Values

quectometre → const Metre
const Metre(Quecto(_Metre()))
rontometre → const Metre
const Metre(Ronto(_Metre()))
yoctometre → const Metre
const Metre(Yocto(_Metre()))
zeptometre → const Metre
const Metre(Zepto(_Metre()))
attometre → const Metre
const Metre(Atto(_Metre()))
femtometre → const Metre
const Metre(Femto(_Metre()))
picometre → const Metre
const Metre(Pico(_Metre()))
nanometre → const Metre
const Metre(Nano(_Metre()))
micrometre → const Metre
const Metre(Micro(_Metre()))
millimetre → const Metre
const Metre(Milli(_Metre()))
centimetre → const Metre
const Metre(Centi(_Metre()))
decimetre → const Metre
const Metre(Deci(_Metre()))
metre → const Metre
const Metre(None(_Metre()))
decametre → const Metre
const Metre(Deca(_Metre()))
hectometre → const Metre
const Metre(Hecto(_Metre()))
kilometre → const Metre
const Metre(Kilo(_Metre()))
megametre → const Metre
const Metre(Mega(_Metre()))
gigametre → const Metre
const Metre(Giga(_Metre()))
terametre → const Metre
const Metre(Tera(_Metre()))
petametre → const Metre
const Metre(Peta(_Metre()))
exametre → const Metre
const Metre(Exa(_Metre()))
zetametre → const Metre
const Metre(Zeta(_Metre()))
yottametre → const Metre
const Metre(Yotta(_Metre()))
ronnametre → const Metre
const Metre(Ronna(_Metre()))
quettametre → const Metre
const Metre(Quetta(_Metre()))

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
prefix → MetricPrefix
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
no setterinherited

Methods

from<T extends Unit>(PhysicalQuantities<T> s) → Measurement
inherited
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

Constants

values → const List<Metre>
A constant List of the values in this enum, in order of their declaration.