RadiationDoseEquivalent class sealed

Inheritance
Implementers

Constructors

RadiationDoseEquivalent([num value = 0])
const
RadiationDoseEquivalent.anchor()
factory
RadiationDoseEquivalent.fromJson(Map<String, dynamic> json)
If there is no matched key, returning RadiationDoseEquivalent$Sievert with 0 value
factory

Properties

anchor RadiationDoseEquivalent
no setteroverride
displayName String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
majorName String
no setteroverride
minorName String
no setterinherited
ratio num
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
no setterinherited
toGrayWr1XRayGammaRayElectrons RadiationDoseEquivalent
Convert to RadiationDoseEquivalent$GrayWr1XRayGammaRayElectrons
no setter
toGrayWr20AlphaParticles RadiationDoseEquivalent
Convert to RadiationDoseEquivalent$GrayWr20AlphaParticles
no setter
toIntensityMillicurie RadiationDoseEquivalent
Convert to RadiationDoseEquivalent$IntensityMillicurie
no setter
toJoulePerKilogram RadiationDoseEquivalent
Convert to RadiationDoseEquivalent$JoulePerKilogram
no setter
toMeterSquarePerSecondSquare RadiationDoseEquivalent
Convert to RadiationDoseEquivalent$MeterSquarePerSecondSquare
no setter
toMicrosievert RadiationDoseEquivalent
Convert to RadiationDoseEquivalent$Microsievert
no setter
toMillirem RadiationDoseEquivalent
Convert to RadiationDoseEquivalent$Millirem
no setter
toMillisievert RadiationDoseEquivalent
Convert to RadiationDoseEquivalent$Millisievert
no setter
toRemRoentgenEqMan RadiationDoseEquivalent
Convert to RadiationDoseEquivalent$RemRoentgenEqMan
no setter
toSievert RadiationDoseEquivalent
Convert to RadiationDoseEquivalent$Sievert
no setter
units List<RadiationDoseEquivalent>
no setteroverride
unitsAsMap EnumValues<RadiationDoseEquivalent>
no setteroverride
value num
finalinherited
valueShift num
no setterinherited

Methods

compareTo(RadiationDoseEquivalent other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) RadiationDoseEquivalent
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>
inherited
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) RadiationDoseEquivalent
Get the exact precision on value calculation
inherited
withValue(num val) RadiationDoseEquivalent
inherited

Operators

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