Speed.si constructor

const Speed.si(
  1. num siValue
)

Constructs Speed with the value in SI unit

Implementation

const Speed.si(num siValue) : super.si(siValue, _S._dimension);