PlaneAngle constructor

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

Constructs Plane angle with the value and the unit

Implementation

PlaneAngle(num value, String unitSymbol)
    : super(value, unitSymbol, _PA._dimension);