Conductance$Gemmho class final

Unit of Conductance

Inheritance

Constructors

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

Properties

anchor Conductance
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 Conductance$Gemmho = 899000.0 Conductance$Statmho
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for Conductance$Gemmho
no setteroverride
toAbmho Conductance
Convert to Conductance$Abmho
no setterinherited
toGemmho Conductance
Convert to Conductance$Gemmho
no setterinherited
toKilosiemens Conductance
Convert to Conductance$Kilosiemens
no setterinherited
toMegasiemens Conductance
Convert to Conductance$Megasiemens
no setterinherited
toMho Conductance
Convert to Conductance$Mho
no setterinherited
toMicromho Conductance
Convert to Conductance$Micromho
no setterinherited
toMicrosiemens Conductance
Convert to Conductance$Microsiemens
no setterinherited
toMillisiemens Conductance
Convert to Conductance$Millisiemens
no setterinherited
toSiemens Conductance
Convert to Conductance$Siemens
no setterinherited
toStatmho Conductance
Convert to Conductance$Statmho
no setterinherited
units List<Conductance>
no setterinherited
unitsAsMap EnumValues<Conductance>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

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

Operators

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