ConcentrationMolar$MolPerCentimeterCubic class final

Inheritance

Constructors

ConcentrationMolar$MolPerCentimeterCubic([num value = 0])
const
ConcentrationMolar$MolPerCentimeterCubic.from(ConcentrationMolar unit)
Construct ConcentrationMolar$MolPerCentimeterCubic from other ConcentrationMolar
factory
ConcentrationMolar$MolPerCentimeterCubic.fromJson(Map<String, dynamic> json)
If there is no matched key, returning with 0 value
factory

Properties

anchor ConcentrationMolar
no setterinherited
displayName String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
majorName String
no setterinherited
minorName String
no setteroverride
ratio num
1 ConcentrationMolar$MolPerCentimeterCubic = 1000.0 ConcentrationMolar$MolPerLiter
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for ConcentrationMolar$MolPerCentimeterCubic
no setteroverride
toKilomolPerCentimeterCubic ConcentrationMolar
Convert to ConcentrationMolar$KilomolPerCentimeterCubic
no setterinherited
toKilomolPerLiter ConcentrationMolar
Convert to ConcentrationMolar$KilomolPerLiter
no setterinherited
toKilomolPerMeterCubic ConcentrationMolar
Convert to ConcentrationMolar$KilomolPerMeterCubic
no setterinherited
toKilomolPerMillimeterCubic ConcentrationMolar
Convert to ConcentrationMolar$KilomolPerMillimeterCubic
no setterinherited
toMillimolPerCentimeterCubic ConcentrationMolar
Convert to ConcentrationMolar$MillimolPerCentimeterCubic
no setterinherited
toMillimolPerLiter ConcentrationMolar
Convert to ConcentrationMolar$MillimolPerLiter
no setterinherited
toMillimolPerMeterCubic ConcentrationMolar
Convert to ConcentrationMolar$MillimolPerMeterCubic
no setterinherited
toMillimolPerMillimeterCubic ConcentrationMolar
Convert to ConcentrationMolar$MillimolPerMillimeterCubic
no setterinherited
toMolPerCentimeterCubic ConcentrationMolar
Convert to ConcentrationMolar$MolPerCentimeterCubic
no setterinherited
toMolPerLiter ConcentrationMolar
Convert to ConcentrationMolar$MolPerLiter
no setterinherited
toMolPerMeterCubic ConcentrationMolar
Convert to ConcentrationMolar$MolPerMeterCubic
no setterinherited
toMolPerMillimeterCubic ConcentrationMolar
Convert to ConcentrationMolar$MolPerMillimeterCubic
no setterinherited
units List<ConcentrationMolar>
no setterinherited
unitsAsMap EnumValues<ConcentrationMolar>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

compareTo(ConcentrationMolar other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) ConcentrationMolar
Convert this unit to another unit under same category, the value of to is ignored
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
ConcentrationMolar$MolPerCentimeterCubic in JSON Map for advance use-case
override
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) ConcentrationMolar
Get the exact precision on value calculation
inherited
withValue(num val) ConcentrationMolar$MolPerCentimeterCubic
Creating ConcentrationMolar$MolPerCentimeterCubic with new value
override

Operators

operator +(ConcentrationMolar other) ConcentrationMolar
inherited
operator -(ConcentrationMolar other) ConcentrationMolar
inherited
operator <(ConcentrationMolar other) bool
inherited
operator <=(ConcentrationMolar other) bool
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(ConcentrationMolar other) bool
inherited
operator >=(ConcentrationMolar other) bool
inherited