MeasurementPrefix class

Multiplies a Measurement by a prefix.

Mixed in types

Constructors

MeasurementPrefix(double _multiplier, {String name = ''})
Constructs an arbitrary MeasurementPrefix.
const
MeasurementPrefix.unit()
The default prefix (equivalent to no prefix).
const

Properties

amperes ChargeInterpreter
Applies this to an ampere amount.
no setterinherited
arcMinutes AngleInterpreter
Applies this to an arc minute amount.
no setterinherited
arcSeconds AngleInterpreter
Applies this to an arc minute amount.
no setterinherited
atomicMassUnits MassInterpreter
The MassInterpreter for atomic mass units.
no setterinherited
bars PressureInterpreter
Applies this to a bars amount.
no setterinherited
baryes PressureInterpreter
Applies this to a Baryes amount.
no setterinherited
candela LuminosityInterpreter
Applies this to a candela amount.
no setterinherited
candlepower LuminosityInterpreter
Applies this to a candlepower amount.
no setterinherited
celcius TemperatureChangeInterpreter
The interpreter for degrees Celcius.
no setterinherited
cups VolumeInterpreter
Applies this to a cup amount.
no setterinherited
daltons MassInterpreter
Applies this to a dalton amount.
no setterinherited
days TimeInterpreter
The interpreter for days.
no setterinherited
degrees AngleInterpreter
Applies this to a degree amount.
no setterinherited
electronRestMass MassInterpreter
Applies this to an electron rest mass amount.
no setterinherited
fahrenheit TemperatureChangeInterpreter
The interpreter for degrees Fahrenheit.
no setterinherited
feet DistanceInterpreter
Applies this to a foot amount.
no setterinherited
fluidOunces VolumeInterpreter
Applies this to a fluid ounce amount.
no setterinherited
gallons VolumeInterpreter
Applies this to a gallon amount.
no setterinherited
gradians AngleInterpreter
Applies this to a gradian amount.
no setterinherited
grams MassInterpreter
Applies this to a gram amount.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hefnerkerze LuminosityInterpreter
Applies this to a candlepower amount.
no setterinherited
hertz FrequencyInterpreter
Applies this to a hertz amount.
no setterinherited
hours TimeInterpreter
The interpreter for hours.
no setterinherited
inches DistanceInterpreter
Applies this to an inch amount.
no setterinherited
inHg PressureInterpreter
Applies this to a inHg amount.
no setterinherited
kelvin TemperatureChangeInterpreter
The interpreter for Kelvin.
no setterinherited
liters VolumeInterpreter
Applies this to a liter amount.
no setterinherited
longTons MassInterpreter
The MassInterpreter for long tons.
no setterinherited
meters DistanceInterpreter
Applies this to a meter amount.
no setterinherited
miles DistanceInterpreter
Applies this to a mile amount.
no setterinherited
minutes TimeInterpreter
The interpreter for minutes.
no setterinherited
mmHg PressureInterpreter
Applies this to a mmHg amount.
no setterinherited
moles QuantityInterpreter
Applies this to a mole amount.
no setterinherited
nauticalMiles DistanceInterpreter
Applies this to a nautical mile amount.
no setterinherited
ounces MassInterpreter
The MassInterpreter for ounces.
no setterinherited
pascals PressureInterpreter
Applies this to a Pascals amount.
no setterinherited
pints VolumeInterpreter
Applies this to a pint amount.
no setterinherited
pounds MassInterpreter
The MassInterpreter for pounds.
no setterinherited
psi PressureInterpreter
Applies this to a PSI amount.
no setterinherited
quarts VolumeInterpreter
Applies this to a quart amount.
no setterinherited
radians AngleInterpreter
Applies this to a radian amount.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seconds TimeInterpreter
The interpreter for seconds.
no setterinherited
shortTons MassInterpreter
The MassInterpreter for short tons.
no setterinherited
standardAtmospheres PressureInterpreter
Applies this to a standard atmospheres amount.
no setterinherited
tablespoons VolumeInterpreter
Applies this to a tablespoon amount.
no setterinherited
teaspoons VolumeInterpreter
Applies this to a teaspoon amount.
no setterinherited
technicalAtmospheres PressureInterpreter
Applies this to a technical atmospheres amount.
no setterinherited
tonnes MassInterpreter
Applies this to a tonne amount.
no setterinherited
torr PressureInterpreter
Applies this to a Torr amount.
no setterinherited
turns AngleInterpreter
Applies this to a turn amount.
no setterinherited
units QuantityInterpreter
Applies this to a unit amount.
no setterinherited
usCups VolumeInterpreter
Applies this to a US cup amount.
no setterinherited
usFluidOunces VolumeInterpreter
Applies this to a US fluid ounce amount.
no setterinherited
usGallons VolumeInterpreter
Applies this to a US gallon amount.
no setterinherited
usLegalCups VolumeInterpreter
Applies this to a US legal cup amount.
no setterinherited
usPints VolumeInterpreter
Applies this to a US pint amount.
no setterinherited
usQuarts VolumeInterpreter
Applies this to a US quart amount.
no setterinherited
usTablespoons VolumeInterpreter
Applies this to a US tablespoon amount.
no setterinherited
usTeaspoons VolumeInterpreter
Applies this to a US teaspoon amount.
no setterinherited
yards DistanceInterpreter
Applies this to a yard amount.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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