Inductance class sealed

Inheritance
Implementers

Constructors

Inductance([num value = 0])
const
Inductance.anchor()
factory
Inductance.fromJson(Map<String, dynamic> json)
If there is no matched key, returning Inductance$Attohenry with 0 value
factory

Properties

anchor Inductance
no setteroverride
displayName String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
majorName String
no setteroverride
minorName String
no setterinherited
ratio num
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
no setterinherited
toAbhenry Inductance
Convert to Inductance$Abhenry
no setter
toAttohenry Inductance
Convert to Inductance$Attohenry
no setter
toCentihenry Inductance
Convert to Inductance$Centihenry
no setter
toDecihenry Inductance
Convert to Inductance$Decihenry
no setter
toDekahenry Inductance
Convert to Inductance$Dekahenry
no setter
toEMUOfInductance Inductance
Convert to Inductance$EMUOfInductance
no setter
toESUOfInductance Inductance
Convert to Inductance$ESUOfInductance
no setter
toExahenry Inductance
Convert to Inductance$Exahenry
no setter
toFemtohenry Inductance
Convert to Inductance$Femtohenry
no setter
toGigahenry Inductance
Convert to Inductance$Gigahenry
no setter
toHectohenry Inductance
Convert to Inductance$Hectohenry
no setter
toHenry Inductance
Convert to Inductance$Henry
no setter
toKilohenry Inductance
Convert to Inductance$Kilohenry
no setter
toMegahenry Inductance
Convert to Inductance$Megahenry
no setter
toMicrohenry Inductance
Convert to Inductance$Microhenry
no setter
toMillihenry Inductance
Convert to Inductance$Millihenry
no setter
toNanohenry Inductance
Convert to Inductance$Nanohenry
no setter
toPetahenry Inductance
Convert to Inductance$Petahenry
no setter
toPicohenry Inductance
Convert to Inductance$Picohenry
no setter
toStathenry Inductance
Convert to Inductance$Stathenry
no setter
toTerahenry Inductance
Convert to Inductance$Terahenry
no setter
units List<Inductance>
no setteroverride
unitsAsMap EnumValues<Inductance>
no setteroverride
value num
finalinherited
valueShift num
no setterinherited

Methods

compareTo(Inductance other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) Inductance
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>
inherited
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) Inductance
Get the exact precision on value calculation
inherited
withValue(num val) Inductance
inherited

Operators

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