Skip to content

VolumeFlowOps

extensionVolumeFlowOpsonnum

Extension methods for constructing VolumeFlow values from num.

Properties

cubicFeetPerMinute extension no setter

VolumeFlowgetcubicFeetPerMinute

Creates a VolumeFlow of this value in cubic feet per minute.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get cubicFeetPerMinute => VolumeFlow.cubicFeetPerMinute(this);

cubicFeetPerSecond extension no setter

VolumeFlowgetcubicFeetPerSecond

Creates a VolumeFlow of this value in cubic feet per second.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get cubicFeetPerSecond => VolumeFlow.cubicFeetPerSecond(this);

cubicMetersPerSecond extension no setter

VolumeFlowgetcubicMetersPerSecond

Creates a VolumeFlow of this value in cubic meters per second.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get cubicMetersPerSecond => VolumeFlow.cubicMetersPerSecond(this);

gallonsPerMinute extension no setter

VolumeFlowgetgallonsPerMinute

Creates a VolumeFlow of this value in US gallons per minute.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get gallonsPerMinute => VolumeFlow.gallonsPerMinute(this);

litersPerHour extension no setter

VolumeFlowgetlitersPerHour

Creates a VolumeFlow of this value in liters per hour.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get litersPerHour => VolumeFlow.litersPerHour(this);

litersPerMinute extension no setter

VolumeFlowgetlitersPerMinute

Creates a VolumeFlow of this value in liters per minute.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get litersPerMinute => VolumeFlow.litersPerMinute(this);

litersPerSecond extension no setter

VolumeFlowgetlitersPerSecond

Creates a VolumeFlow of this value in liters per second.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get litersPerSecond => VolumeFlow.litersPerSecond(this);

microlitersPerSecond extension no setter

VolumeFlowgetmicrolitersPerSecond

Creates a VolumeFlow of this value in microliters per second.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get microlitersPerSecond => VolumeFlow.microlitersPerSecond(this);

millilitersPerHour extension no setter

VolumeFlowgetmillilitersPerHour

Creates a VolumeFlow of this value in milliliters per hour.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get millilitersPerHour => VolumeFlow.millilitersPerHour(this);

millilitersPerMinute extension no setter

VolumeFlowgetmillilitersPerMinute

Creates a VolumeFlow of this value in milliliters per minute.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get millilitersPerMinute => VolumeFlow.millilitersPerMinute(this);

millilitersPerSecond extension no setter

VolumeFlowgetmillilitersPerSecond

Creates a VolumeFlow of this value in milliliters per second.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get millilitersPerSecond => VolumeFlow.millilitersPerSecond(this);

nanolitersPerSecond extension no setter

VolumeFlowgetnanolitersPerSecond

Creates a VolumeFlow of this value in nanoliters per second.

Available on num, provided by the VolumeFlowOps extension

Implementation
dart
VolumeFlow get nanolitersPerSecond => VolumeFlow.nanolitersPerSecond(this);