Distance constructor

Distance({
  1. String? unit,
  2. String? value,
})

Implementation

Distance({
  this.unit,
  this.value,
});