OdometerResult constructor

OdometerResult({
  1. String? value,
})

Implementation

OdometerResult({
    this.value,
});