Current$Biot class final

Unit of Current

Inheritance

Constructors

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

Properties

anchor Current
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 Current$Biot = 10000.0 Current$Milliampere
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for Current$Biot
no setteroverride
toAbampere Current
Convert to Current$Abampere
no setterinherited
toAmpere Current
Convert to Current$Ampere
no setterinherited
toBiot Current
Convert to Current$Biot
no setterinherited
toCGSEMUnit Current
Convert to Current$CGSEMUnit
no setterinherited
toCGSESUnit Current
Convert to Current$CGSESUnit
no setterinherited
toEMUOfCurrent Current
Convert to Current$EMUOfCurrent
no setterinherited
toESUOfCurrent Current
Convert to Current$ESUOfCurrent
no setterinherited
toKiloampere Current
Convert to Current$Kiloampere
no setterinherited
toMilliampere Current
Convert to Current$Milliampere
no setterinherited
toStatampere Current
Convert to Current$Statampere
no setterinherited
units List<Current>
no setterinherited
unitsAsMap EnumValues<Current>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

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

Operators

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