RadiationExposure$MicrocoulombPerKilogram class final

Inheritance

Constructors

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

Properties

anchor RadiationExposure
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
Default (anchor) unit of RadiationExposure
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for RadiationExposure$MicrocoulombPerKilogram
no setteroverride
toCoulombPerKilogram RadiationExposure
Convert to RadiationExposure$CoulombPerKilogram
no setterinherited
toMicrocoulombPerKilogram RadiationExposure
Convert to RadiationExposure$MicrocoulombPerKilogram
no setterinherited
toMillicoulombPerKilogram RadiationExposure
Convert to RadiationExposure$MillicoulombPerKilogram
no setterinherited
toRoentgen RadiationExposure
Convert to RadiationExposure$Roentgen
no setterinherited
units List<RadiationExposure>
no setterinherited
unitsAsMap EnumValues<RadiationExposure>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

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

Operators

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