Luminance$CandelaPerCentimeterSquare class final

Unit of Luminance

Inheritance

Constructors

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

Properties

anchor Luminance
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 Luminance$CandelaPerCentimeterSquare ≈ 314159265358.9793 Luminance$Bril
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for Luminance$CandelaPerCentimeterSquare
no setteroverride
toApostilb Luminance
Convert to Luminance$Apostilb
no setterinherited
toBlondel Luminance
Convert to Luminance$Blondel
no setterinherited
toBril Luminance
Convert to Luminance$Bril
no setterinherited
toCandelaPerCentimeterSquare Luminance
Convert to Luminance$CandelaPerCentimeterSquare
no setterinherited
toCandelaPerFootSquare Luminance
Convert to Luminance$CandelaPerFootSquare
no setterinherited
toCandelaPerMeterSquare Luminance
Convert to Luminance$CandelaPerMeterSquare
no setterinherited
toFootLambert Luminance
Convert to Luminance$FootLambert
no setterinherited
toLambert Luminance
Convert to Luminance$Lambert
no setterinherited
toLumenPerCentimeterSquarePerSteradian Luminance
Convert to Luminance$LumenPerCentimeterSquarePerSteradian
no setterinherited
toLumenPerFootSquarePerSteradian Luminance
Convert to Luminance$LumenPerFootSquarePerSteradian
no setterinherited
toLumenPerMeterSquarePerSteradian Luminance
Convert to Luminance$LumenPerMeterSquarePerSteradian
no setterinherited
toMillilambert Luminance
Convert to Luminance$Millilambert
no setterinherited
toMillinit Luminance
Convert to Luminance$Millinit
no setterinherited
toNit Luminance
Convert to Luminance$Nit
no setterinherited
toSkot Luminance
Convert to Luminance$Skot
no setterinherited
toStilb Luminance
Convert to Luminance$Stilb
no setterinherited
toWattPerCentimeterSquarePerSteradianAt555nm Luminance
Convert to Luminance$WattPerCentimeterSquarePerSteradianAt555nm
no setterinherited
units List<Luminance>
no setterinherited
unitsAsMap EnumValues<Luminance>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

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

Operators

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