MagneticFlux$VoltSecond class final

Unit of MagneticFlux

Inheritance

Constructors

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

Properties

anchor MagneticFlux
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 MagneticFlux$VoltSecond = 1.0 MagneticFlux$Weber
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for MagneticFlux$VoltSecond
no setteroverride
toGaussCentimeterSquare MagneticFlux
Convert to MagneticFlux$GaussCentimeterSquare
no setterinherited
toKiloline MagneticFlux
Convert to MagneticFlux$Kiloline
no setterinherited
toLine MagneticFlux
Convert to MagneticFlux$Line
no setterinherited
toMaxwell MagneticFlux
Convert to MagneticFlux$Maxwell
no setterinherited
toMaxwellInternational MagneticFlux
Convert to MagneticFlux$MaxwellInternational
no setterinherited
toMegaline MagneticFlux
Convert to MagneticFlux$Megaline
no setterinherited
toTeslaCentimeterSquare MagneticFlux
Convert to MagneticFlux$TeslaCentimeterSquare
no setterinherited
toTeslaMeterSquare MagneticFlux
Convert to MagneticFlux$TeslaMeterSquare
no setterinherited
toVoltSecond MagneticFlux
Convert to MagneticFlux$VoltSecond
no setterinherited
toWeber MagneticFlux
Convert to MagneticFlux$Weber
no setterinherited
units List<MagneticFlux>
no setterinherited
unitsAsMap EnumValues<MagneticFlux>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

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

Operators

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