Distance constructor

Distance({
  1. String text,
  2. num value,
})

Implementation

external Distance({
  String text,
  num value,
});