FlowMass$KilogramPerMinute class final

Unit of FlowMass

Inheritance

Constructors

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

Properties

anchor FlowMass
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 FlowMass$KilogramPerMinute = 1440.0 FlowMass$KilogramPerDay
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for FlowMass$KilogramPerMinute
no setteroverride
toCentigramPerSecond FlowMass
Convert to FlowMass$CentigramPerSecond
no setterinherited
toDecigramPerSecond FlowMass
Convert to FlowMass$DecigramPerSecond
no setterinherited
toDekagramPerSecond FlowMass
Convert to FlowMass$DekagramPerSecond
no setterinherited
toExagramPerSecond FlowMass
Convert to FlowMass$ExagramPerSecond
no setterinherited
toGigagramPerSecond FlowMass
Convert to FlowMass$GigagramPerSecond
no setterinherited
toGramPerDay FlowMass
Convert to FlowMass$GramPerDay
no setterinherited
toGramPerHour FlowMass
Convert to FlowMass$GramPerHour
no setterinherited
toGramPerMinute FlowMass
Convert to FlowMass$GramPerMinute
no setterinherited
toGramPerSecond FlowMass
Convert to FlowMass$GramPerSecond
no setterinherited
toHectogramPerSecond FlowMass
Convert to FlowMass$HectogramPerSecond
no setterinherited
toKilogramPerDay FlowMass
Convert to FlowMass$KilogramPerDay
no setterinherited
toKilogramPerHour FlowMass
Convert to FlowMass$KilogramPerHour
no setterinherited
toKilogramPerMinute FlowMass
Convert to FlowMass$KilogramPerMinute
no setterinherited
toKilogramPerSecond FlowMass
Convert to FlowMass$KilogramPerSecond
no setterinherited
toMegagramPerSecond FlowMass
Convert to FlowMass$MegagramPerSecond
no setterinherited
toMicrogramPerSecond FlowMass
Convert to FlowMass$MicrogramPerSecond
no setterinherited
toMilligramPerDay FlowMass
Convert to FlowMass$MilligramPerDay
no setterinherited
toMilligramPerHour FlowMass
Convert to FlowMass$MilligramPerHour
no setterinherited
toMilligramPerMinute FlowMass
Convert to FlowMass$MilligramPerMinute
no setterinherited
toMilligramPerSecond FlowMass
Convert to FlowMass$MilligramPerSecond
no setterinherited
toPetagramPerSecond FlowMass
Convert to FlowMass$PetagramPerSecond
no setterinherited
toPoundPerDay FlowMass
Convert to FlowMass$PoundPerDay
no setterinherited
toPoundPerHour FlowMass
Convert to FlowMass$PoundPerHour
no setterinherited
toPoundPerMinute FlowMass
Convert to FlowMass$PoundPerMinute
no setterinherited
toPoundPerSecond FlowMass
Convert to FlowMass$PoundPerSecond
no setterinherited
toTeragramPerSecond FlowMass
Convert to FlowMass$TeragramPerSecond
no setterinherited
units List<FlowMass>
no setterinherited
unitsAsMap EnumValues<FlowMass>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

compareTo(FlowMass other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) FlowMass
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>
FlowMass$KilogramPerMinute in JSON Map for advance use-case
override
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) FlowMass
Get the exact precision on value calculation
inherited
withValue(num val) FlowMass$KilogramPerMinute
Creating FlowMass$KilogramPerMinute with new value
override

Operators

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