PressureValues class

Constructors

PressureValues({required Pressure from, required double number})
const

Properties

from Pressure
final
hashCode int
The hash code for this object.
no setterinherited
number double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toBar double
no setter
toPascal double
no setter
toPoundForcePerSquareInch double
no setter
toStandartAtmosphere double
no setter
toTorr double
no setter

Methods

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

Operators

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