Charge$Millicoulomb class final

Unit of Charge

Inheritance

Constructors

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

Properties

anchor Charge
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 Charge$Millicoulomb ≈ 0.001 Charge$Coulomb
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for Charge$Millicoulomb
no setteroverride
toAbcoulomb Charge
Convert to Charge$Abcoulomb
no setterinherited
toAmpereHour Charge
Convert to Charge$AmpereHour
no setterinherited
toAmpereMinute Charge
Convert to Charge$AmpereMinute
no setterinherited
toAmpereSecond Charge
Convert to Charge$AmpereSecond
no setterinherited
toCoulomb Charge
Convert to Charge$Coulomb
no setterinherited
toCoulombInternational Charge
Convert to Charge$CoulombInternational
no setterinherited
toElectronicCharge Charge
Convert to Charge$ElectronicCharge
no setterinherited
toFaraday Charge
Convert to Charge$Faraday
no setterinherited
toFranklin Charge
Convert to Charge$Franklin
no setterinherited
toKilocoulomb Charge
Convert to Charge$Kilocoulomb
no setterinherited
toMegacoulomb Charge
Convert to Charge$Megacoulomb
no setterinherited
toMicrocoulomb Charge
Convert to Charge$Microcoulomb
no setterinherited
toMillicoulomb Charge
Convert to Charge$Millicoulomb
no setterinherited
toNanocoulomb Charge
Convert to Charge$Nanocoulomb
no setterinherited
toPicocoulomb Charge
Convert to Charge$Picocoulomb
no setterinherited
toStatcoulomb Charge
Convert to Charge$Statcoulomb
no setterinherited
units List<Charge>
no setterinherited
unitsAsMap EnumValues<Charge>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

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

Operators

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