MassValues class

Constructors

MassValues({required Mass from, required double number})
const

Properties

from Mass
final
hashCode int
The hash code for this object.
no setterinherited
number double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toGram double
no setter
toImperialTon double
no setter
toKilogram double
no setter
toMicrogram double
no setter
toMilligram double
no setter
toOunce double
no setter
toPound double
no setter
toStone double
no setter
toTonne double
no setter
toUSTon double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
to(Mass to) double
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited