Area.si constructor

const Area.si(
  1. num siValue
)

Constructs Area with the value in SI unit

Implementation

const Area.si(num siValue) : super.si(siValue, _A._dimension);