FlowMolar$MolPerDay class final
Unit of FlowMolar
Constructors
- FlowMolar$MolPerDay([num value = 0])
-
const
- FlowMolar$MolPerDay.from(FlowMolar unit)
-
Construct FlowMolar$MolPerDay from other FlowMolar
factory
-
FlowMolar$MolPerDay.fromJson(Map<
String, dynamic> json) -
If there is no matched key, returning with 0 value
factory
Properties
- anchor → FlowMolar
-
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
-
Default (anchor) unit of FlowMolar
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbol → String
-
Symbol for FlowMolar$MolPerDay
no setteroverride
- toAttomolPerSecond → FlowMolar
-
Convert to FlowMolar$AttomolPerSecond
no setterinherited
- toCentimolPerSecond → FlowMolar
-
Convert to FlowMolar$CentimolPerSecond
no setterinherited
- toDecimolPerSecond → FlowMolar
-
Convert to FlowMolar$DecimolPerSecond
no setterinherited
- toDekamolPerSecond → FlowMolar
-
Convert to FlowMolar$DekamolPerSecond
no setterinherited
- toExamolPerSecond → FlowMolar
-
Convert to FlowMolar$ExamolPerSecond
no setterinherited
- toFemtomolPerSecond → FlowMolar
-
Convert to FlowMolar$FemtomolPerSecond
no setterinherited
- toGigamolPerSecond → FlowMolar
-
Convert to FlowMolar$GigamolPerSecond
no setterinherited
- toHectomolPerSecond → FlowMolar
-
Convert to FlowMolar$HectomolPerSecond
no setterinherited
- toKilomolPerDay → FlowMolar
-
Convert to FlowMolar$KilomolPerDay
no setterinherited
- toKilomolPerHour → FlowMolar
-
Convert to FlowMolar$KilomolPerHour
no setterinherited
- toKilomolPerMinute → FlowMolar
-
Convert to FlowMolar$KilomolPerMinute
no setterinherited
- toKilomolPerSecond → FlowMolar
-
Convert to FlowMolar$KilomolPerSecond
no setterinherited
- toMegamolPerSecond → FlowMolar
-
Convert to FlowMolar$MegamolPerSecond
no setterinherited
- toMicromolPerSecond → FlowMolar
-
Convert to FlowMolar$MicromolPerSecond
no setterinherited
- toMillimolPerDay → FlowMolar
-
Convert to FlowMolar$MillimolPerDay
no setterinherited
- toMillimolPerHour → FlowMolar
-
Convert to FlowMolar$MillimolPerHour
no setterinherited
- toMillimolPerMinute → FlowMolar
-
Convert to FlowMolar$MillimolPerMinute
no setterinherited
- toMillimolPerSecond → FlowMolar
-
Convert to FlowMolar$MillimolPerSecond
no setterinherited
- toMolPerDay → FlowMolar
-
Convert to FlowMolar$MolPerDay
no setterinherited
- toMolPerHour → FlowMolar
-
Convert to FlowMolar$MolPerHour
no setterinherited
- toMolPerMinute → FlowMolar
-
Convert to FlowMolar$MolPerMinute
no setterinherited
- toMolPerSecond → FlowMolar
-
Convert to FlowMolar$MolPerSecond
no setterinherited
- toNanomolPerSecond → FlowMolar
-
Convert to FlowMolar$NanomolPerSecond
no setterinherited
- toPetamolPerSecond → FlowMolar
-
Convert to FlowMolar$PetamolPerSecond
no setterinherited
- toPicomolPerSecond → FlowMolar
-
Convert to FlowMolar$PicomolPerSecond
no setterinherited
- toTeramolPerSecond → FlowMolar
-
Convert to FlowMolar$TeramolPerSecond
no setterinherited
-
units
→ List<
FlowMolar> -
no setterinherited
-
unitsAsMap
→ EnumValues<
FlowMolar> -
no setterinherited
- value → num
-
finalinherited
- valueShift → num
-
Ignore this
no setteroverride
Methods
-
compareTo(
FlowMolar other) → int -
Compares this object to another object.
inherited
-
convertTo<
E extends Unit< (T> >E to) → FlowMolar -
Convert this unit to another unit under same category, the value
of
to
is ignoredinherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
FlowMolar$MolPerDay in JSON Map for advance use-case
override
-
toString(
) → String -
A string representation of this object.
inherited
-
withPrecision(
[Precision precision = Precision.two]) → FlowMolar -
Get the exact precision on value calculation
inherited
-
withValue(
num val) → FlowMolar$MolPerDay -
Creating FlowMolar$MolPerDay with new value
override
Operators
-
operator +(
FlowMolar other) → FlowMolar -
inherited
-
operator -(
FlowMolar other) → FlowMolar -
inherited
-
operator <(
FlowMolar other) → bool -
inherited
-
operator <=(
FlowMolar other) → bool -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator >(
FlowMolar other) → bool -
inherited
-
operator >=(
FlowMolar other) → bool -
inherited