Skip to content

MassFlowOps

extension MassFlowOps on num

Extension methods for constructing MassFlow values from num.

Properties

gramsPerSecond extension no setter

MassFlow get gramsPerSecond

Creates a MassFlow of this value in grams per second.

Available on num, provided by the MassFlowOps extension

Implementation
dart
MassFlow get gramsPerSecond => MassFlow.gramsPerSecond(this);

kilogramsPerHour extension no setter

MassFlow get kilogramsPerHour

Creates a MassFlow of this value in kilograms per hour.

Available on num, provided by the MassFlowOps extension

Implementation
dart
MassFlow get kilogramsPerHour => MassFlow.kilogramsPerHour(this);

kilogramsPerMinute extension no setter

MassFlow get kilogramsPerMinute

Creates a MassFlow of this value in kilograms per minute.

Available on num, provided by the MassFlowOps extension

Implementation
dart
MassFlow get kilogramsPerMinute => MassFlow.kilogramsPerMinute(this);

kilogramsPerSecond extension no setter

MassFlow get kilogramsPerSecond

Creates a MassFlow of this value in kilograms per second.

Available on num, provided by the MassFlowOps extension

Implementation
dart
MassFlow get kilogramsPerSecond => MassFlow.kilogramsPerSecond(this);

kilopoundsPerHour extension no setter

MassFlow get kilopoundsPerHour

Creates a MassFlow of this value in kilopounds per hour.

Available on num, provided by the MassFlowOps extension

Implementation
dart
MassFlow get kilopoundsPerHour => MassFlow.kilopoundsPerHour(this);

megapoundsPerHour extension no setter

MassFlow get megapoundsPerHour

Creates a MassFlow of this value in megapounds per hour.

Available on num, provided by the MassFlowOps extension

Implementation
dart
MassFlow get megapoundsPerHour => MassFlow.megapoundsPerHour(this);

poundsPerHour extension no setter

MassFlow get poundsPerHour

Creates a MassFlow of this value in pounds per hour.

Available on num, provided by the MassFlowOps extension

Implementation
dart
MassFlow get poundsPerHour => MassFlow.poundsPerHour(this);

poundsPerMinute extension no setter

MassFlow get poundsPerMinute

Creates a MassFlow of this value in pounds per minute.

Available on num, provided by the MassFlowOps extension

Implementation
dart
MassFlow get poundsPerMinute => MassFlow.poundsPerMinute(this);

poundsPerSecond extension no setter

MassFlow get poundsPerSecond

Creates a MassFlow of this value in pounds per second.

Available on num, provided by the MassFlowOps extension

Implementation
dart
MassFlow get poundsPerSecond => MassFlow.poundsPerSecond(this);