Volume.si constructor

const Volume.si(
  1. num siValue
)

Constructs Volume with the value in SI unit

Implementation

const Volume.si(num siValue) : super.si(siValue, _V._dimension);