MassOps
extension MassOps on numExtension methods for constructing Mass values from num.
Properties
carats extension no setter
Mass get caratsCreates a Mass of this value in carats.
Available on num, provided by the MassOps extension
Implementation
Mass get carats => Mass.carats(this);grams extension no setter
Mass get gramsCreates a Mass of this value in grams.
Available on num, provided by the MassOps extension
Implementation
Mass get grams => Mass.grams(this);kilograms extension no setter
Mass get kilogramsCreates a Mass of this value in kilograms.
Available on num, provided by the MassOps extension
Implementation
Mass get kilograms => Mass.kilograms(this);kilopounds extension no setter
Mass get kilopoundsCreates a Mass of this value in kilopounds.
Available on num, provided by the MassOps extension
Implementation
Mass get kilopounds => Mass.kilopounds(this);megapounds extension no setter
Mass get megapoundsCreates a Mass of this value in megapounds.
Available on num, provided by the MassOps extension
Implementation
Mass get megapounds => Mass.megapounds(this);micrograms extension no setter
Mass get microgramsCreates a Mass of this value in micrograms.
Available on num, provided by the MassOps extension
Implementation
Mass get micrograms => Mass.micrograms(this);milligrams extension no setter
Mass get milligramsCreates a Mass of this value in milligrams.
Available on num, provided by the MassOps extension
Implementation
Mass get milligrams => Mass.milligrams(this);nanograms extension no setter
Mass get nanogramsCreates a Mass of this value in nanograms.
Available on num, provided by the MassOps extension
Implementation
Mass get nanograms => Mass.nanograms(this);ounces extension no setter
Mass get ouncesCreates a Mass of this value in ounces.
Available on num, provided by the MassOps extension
Implementation
Mass get ounces => Mass.ounces(this);pennyweights extension no setter
Mass get pennyweightsCreates a Mass of this value in pennyweights.
Available on num, provided by the MassOps extension
Implementation
Mass get pennyweights => Mass.pennyweights(this);pounds extension no setter
Mass get poundsCreates a Mass of this value in pounds.
Available on num, provided by the MassOps extension
Implementation
Mass get pounds => Mass.pounds(this);stone extension no setter
Mass get stoneCreates a Mass of this value in stone.
Available on num, provided by the MassOps extension
Implementation
Mass get stone => Mass.stone(this);tolas extension no setter
Mass get tolasCreates a Mass of this value in tolas.
Available on num, provided by the MassOps extension
Implementation
Mass get tolas => Mass.tolas(this);tonnes extension no setter
Mass get tonnesCreates a Mass of this value in metric tonnes.
Available on num, provided by the MassOps extension
Implementation
Mass get tonnes => Mass.tonnes(this);troyGrains extension no setter
Mass get troyGrainsCreates a Mass of this value in troy grains.
Available on num, provided by the MassOps extension
Implementation
Mass get troyGrains => Mass.troyGrains(this);troyOunces extension no setter
Mass get troyOuncesCreates a Mass of this value in troy ounces.
Available on num, provided by the MassOps extension
Implementation
Mass get troyOunces => Mass.troyOunces(this);troyPounds extension no setter
Mass get troyPoundsCreates a Mass of this value in troy pounds.
Available on num, provided by the MassOps extension
Implementation
Mass get troyPounds => Mass.troyPounds(this);