Time constructor

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

Constructs Time with the value and the unit

Implementation

Time(num value, String unitSymbol) : super(value, unitSymbol, T.dimension);