Current$Statampere class final
Unit of Current
Constructors
- Current$Statampere([num value = 0])
-
const
- Current$Statampere.from(Current unit)
-
Construct Current$Statampere from other Current
factory
-
Current$Statampere.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$Statampere ≈ 3.335641e-7 Current$Milliampere
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbol → String
-
Symbol for Current$Statampere
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 ignoredinherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Current$Statampere 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$Statampere -
Creating Current$Statampere 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