MeasurementUnitCustom constructor

MeasurementUnitCustom({
  1. String? name,
  2. String? abbreviation,
})

Implementation

MeasurementUnitCustom({this.name, this.abbreviation});