Force constructor

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

Constructs Force with the value and the unit

Implementation

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