SolidAngle constructor

SolidAngle(
  1. num value,
  2. String unitSymbol
)

Constructs Solid angle with the value and the unit

Implementation

SolidAngle(num value, String unitSymbol)
    : super(value, unitSymbol, _SA._dimension);