MeasurementUnit constructor
MeasurementUnit({
- MeasurementUnitUnitType? type,
- MeasurementUnitArea? areaUnit,
- MeasurementUnitCustom? customUnit,
- MeasurementUnitGeneric? genericUnit,
- MeasurementUnitLength? lengthUnit,
- MeasurementUnitTime? timeUnit,
- MeasurementUnitVolume? volumeUnit,
- MeasurementUnitWeight? weightUnit,
Implementation
MeasurementUnit(
{this.type,
this.areaUnit,
this.customUnit,
this.genericUnit,
this.lengthUnit,
this.timeUnit,
this.volumeUnit,
this.weightUnit});