PressureUnit class

An enum for numerous PowerConverters.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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.
inherited

Operators

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

Static Methods

parse(String id) PressureConverter?
Returns the PressureConverter for this id or null if there is no PressureConverter associated with this id.

Constants

attopascal → const PressureConverter
bar → const PressureConverter
centimeterMercury0Deg → const PressureConverter
centimeterWater4Deg → const PressureConverter
centipascal → const PressureConverter
common → const List<PressureConverter>
decipascal → const PressureConverter
dekapascal → const PressureConverter
exapascal → const PressureConverter
femtopascal → const PressureConverter
footWater4Deg → const PressureConverter
footWater60Deg → const PressureConverter
gigapascal → const PressureConverter
hectopascal → const PressureConverter
inchMercury32Deg → const PressureConverter
inchMercury60Deg → const PressureConverter
inchWater4Deg → const PressureConverter
inchWater60Deg → const PressureConverter
kilonewtonSquareMeter → const PressureConverter
kilopascal → const PressureConverter
ksi → const PressureConverter
megapascal → const PressureConverter
microbar → const PressureConverter
micropascal → const PressureConverter
millibar → const PressureConverter
millimeterMercury0Deg → const PressureConverter
millimeterWater4Deg → const PressureConverter
millipascal → const PressureConverter
nanopascal → const PressureConverter
newtonSquareCentimeter → const PressureConverter
newtonSquareMeter → const PressureConverter
newtonSquareMillimeter → const PressureConverter
pascal → const PressureConverter
petapascal → const PressureConverter
picopascal → const PressureConverter
psi → const PressureConverter
standardAtmosphere → const PressureConverter
technicalAtmosphere → const PressureConverter
terapascal → const PressureConverter
torr → const PressureConverter
units → const List<PressureConverter>