MagnetomotiveForce$KiloampereTurn class final

Inheritance

Constructors

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

Properties

anchor MagnetomotiveForce
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 MagnetomotiveForce$KiloampereTurn = 1000.0 MagnetomotiveForce$AmpereTurn
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for MagnetomotiveForce$KiloampereTurn
no setteroverride
toAbampereTurn MagnetomotiveForce
Convert to MagnetomotiveForce$AbampereTurn
no setterinherited
toAmpereTurn MagnetomotiveForce
Convert to MagnetomotiveForce$AmpereTurn
no setterinherited
toGilbert MagnetomotiveForce
Convert to MagnetomotiveForce$Gilbert
no setterinherited
toKiloampereTurn MagnetomotiveForce
Convert to MagnetomotiveForce$KiloampereTurn
no setterinherited
toMilliampereTurn MagnetomotiveForce
Convert to MagnetomotiveForce$MilliampereTurn
no setterinherited
units List<MagnetomotiveForce>
no setterinherited
unitsAsMap EnumValues<MagnetomotiveForce>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

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

Operators

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