MeterResult constructor

MeterResult({
  1. String? position,
  2. String? unit,
  3. String? value,
})

Implementation

MeterResult({
  this.position,
  this.unit,
  this.value,
});