VolumeOps
extension VolumeOps on numExtension methods for constructing Volume values from num.
Properties
centilitres extension no setter
Volume get centilitresCreates a Volume of this value in centilitres.
Available on num, provided by the VolumeOps extension
Implementation
Volume get centilitres => Volume.centilitres(this);cubicFeet extension no setter
Volume get cubicFeetCreates a Volume of this value in cubic feet.
Available on num, provided by the VolumeOps extension
Implementation
Volume get cubicFeet => Volume.cubicFeet(this);cubicInches extension no setter
Volume get cubicInchesCreates a Volume of this value in cubic inches.
Available on num, provided by the VolumeOps extension
Implementation
Volume get cubicInches => Volume.cubicInches(this);cubicMeters extension no setter
Volume get cubicMetersCreates a Volume of this value in cubic meters.
Available on num, provided by the VolumeOps extension
Implementation
Volume get cubicMeters => Volume.cubicMeters(this);cubicUsMiles extension no setter
Volume get cubicUsMilesCreates a Volume of this value in cubic US miles.
Available on num, provided by the VolumeOps extension
Implementation
Volume get cubicUsMiles => Volume.cubicUsMiles(this);cubicYards extension no setter
Volume get cubicYardsCreates a Volume of this value in cubic yards.
Available on num, provided by the VolumeOps extension
Implementation
Volume get cubicYards => Volume.cubicYards(this);decilitres extension no setter
Volume get decilitresCreates a Volume of this value in decilitres.
Available on num, provided by the VolumeOps extension
Implementation
Volume get decilitres => Volume.decilitres(this);fluidOunces extension no setter
Volume get fluidOuncesCreates a Volume of this value in fluid ounces.
Available on num, provided by the VolumeOps extension
Implementation
Volume get fluidOunces => Volume.fluidOunces(this);hectolitres extension no setter
Volume get hectolitresCreates a Volume of this value in hectolitres.
Available on num, provided by the VolumeOps extension
Implementation
Volume get hectolitres => Volume.hectolitres(this);litres extension no setter
Volume get litresCreates a Volume of this value in litres.
Available on num, provided by the VolumeOps extension
Implementation
Volume get litres => Volume.litres(this);microlitres extension no setter
Volume get microlitresCreates a Volume of this value in microlitres.
Available on num, provided by the VolumeOps extension
Implementation
Volume get microlitres => Volume.microlitres(this);millilitres extension no setter
Volume get millilitresCreates a Volume of this value in millilitres.
Available on num, provided by the VolumeOps extension
Implementation
Volume get millilitres => Volume.millilitres(this);nanolitres extension no setter
Volume get nanolitresCreates a Volume of this value in nanolitres.
Available on num, provided by the VolumeOps extension
Implementation
Volume get nanolitres => Volume.nanolitres(this);tablespoons extension no setter
Volume get tablespoonsCreates a Volume of this value in tablespoons.
Available on num, provided by the VolumeOps extension
Implementation
Volume get tablespoons => Volume.tablespoons(this);teaspoons extension no setter
Volume get teaspoonsCreates a Volume of this value in teaspoons.
Available on num, provided by the VolumeOps extension
Implementation
Volume get teaspoons => Volume.teaspoons(this);usCups extension no setter
Volume get usCupsCreates a Volume of this value in US cups.
Available on num, provided by the VolumeOps extension
Implementation
Volume get usCups => Volume.usCups(this);usGallons extension no setter
Volume get usGallonsCreates a Volume of this value in US gallons.
Available on num, provided by the VolumeOps extension
Implementation
Volume get usGallons => Volume.usGallons(this);usPints extension no setter
Volume get usPintsCreates a Volume of this value in US pints.
Available on num, provided by the VolumeOps extension
Implementation
Volume get usPints => Volume.usPints(this);usQuarts extension no setter
Volume get usQuartsCreates a Volume of this value in US quarts.
Available on num, provided by the VolumeOps extension
Implementation
Volume get usQuarts => Volume.usQuarts(this);