VolumePrefix mixin

Applies a prefix to various volume units.

Mixin Applications

Properties

cups VolumeInterpreter
Applies this to a cup amount.
no setter
fluidOunces VolumeInterpreter
Applies this to a fluid ounce amount.
no setter
gallons VolumeInterpreter
Applies this to a gallon amount.
no setter
hashCode int
The hash code for this object.
no setterinherited
liters VolumeInterpreter
Applies this to a liter amount.
no setter
pints VolumeInterpreter
Applies this to a pint amount.
no setter
quarts VolumeInterpreter
Applies this to a quart amount.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tablespoons VolumeInterpreter
Applies this to a tablespoon amount.
no setter
teaspoons VolumeInterpreter
Applies this to a teaspoon amount.
no setter
usCups VolumeInterpreter
Applies this to a US cup amount.
no setter
usFluidOunces VolumeInterpreter
Applies this to a US fluid ounce amount.
no setter
usGallons VolumeInterpreter
Applies this to a US gallon amount.
no setter
usLegalCups VolumeInterpreter
Applies this to a US legal cup amount.
no setter
usPints VolumeInterpreter
Applies this to a US pint amount.
no setter
usQuarts VolumeInterpreter
Applies this to a US quart amount.
no setter
usTablespoons VolumeInterpreter
Applies this to a US tablespoon amount.
no setter
usTeaspoons VolumeInterpreter
Applies this to a US teaspoon amount.
no setter

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