Frequency constructor

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

Constructs Frequency with the value and the unit

Implementation

Frequency(num value, String unitSymbol)
    : super(value, unitSymbol, _F._dimension);