Resistivity$CircularMilOhmPerFoot class final

Unit of Resistivity

Inheritance

Constructors

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

Properties

anchor Resistivity
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 Resistivity$CircularMilOhmPerFoot ≈ 1.662426113e-9 Resistivity$OhmMeter
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for Resistivity$CircularMilOhmPerFoot
no setteroverride
toAbohmCentimeter Resistivity
Convert to Resistivity$AbohmCentimeter
no setterinherited
toCircularMilOhmPerFoot Resistivity
Convert to Resistivity$CircularMilOhmPerFoot
no setterinherited
toMicrohmCentimeter Resistivity
Convert to Resistivity$MicrohmCentimeter
no setterinherited
toMicrohmInch Resistivity
Convert to Resistivity$MicrohmInch
no setterinherited
toOhmCentimeter Resistivity
Convert to Resistivity$OhmCentimeter
no setterinherited
toOhmInch Resistivity
Convert to Resistivity$OhmInch
no setterinherited
toOhmMeter Resistivity
Convert to Resistivity$OhmMeter
no setterinherited
toStatohmCentimeter Resistivity
Convert to Resistivity$StatohmCentimeter
no setterinherited
units List<Resistivity>
no setterinherited
unitsAsMap EnumValues<Resistivity>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

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

Operators

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