LinearCurrentDensity$AmperePerInch class final

Inheritance

Constructors

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

Properties

anchor LinearCurrentDensity
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 LinearCurrentDensity$AmperePerInch ≈ 39.37007874 LinearCurrentDensity$AmperePerMeter
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for LinearCurrentDensity$AmperePerInch
no setteroverride
toAbamperePerCentimeter LinearCurrentDensity
Convert to LinearCurrentDensity$AbamperePerCentimeter
no setterinherited
toAbamperePerInch LinearCurrentDensity
Convert to LinearCurrentDensity$AbamperePerInch
no setterinherited
toAbamperePerMeter LinearCurrentDensity
Convert to LinearCurrentDensity$AbamperePerMeter
no setterinherited
toAmperePerCentimeter LinearCurrentDensity
Convert to LinearCurrentDensity$AmperePerCentimeter
no setterinherited
toAmperePerInch LinearCurrentDensity
Convert to LinearCurrentDensity$AmperePerInch
no setterinherited
toAmperePerMeter LinearCurrentDensity
Convert to LinearCurrentDensity$AmperePerMeter
no setterinherited
toGilbertPerCentimeter LinearCurrentDensity
Convert to LinearCurrentDensity$GilbertPerCentimeter
no setterinherited
toOersted LinearCurrentDensity
Convert to LinearCurrentDensity$Oersted
no setterinherited
toOerstedInternational LinearCurrentDensity
Convert to LinearCurrentDensity$OerstedInternational
no setterinherited
units List<LinearCurrentDensity>
no setterinherited
unitsAsMap EnumValues<LinearCurrentDensity>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

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

Operators

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