TinResult constructor

TinResult({
  1. String? productionDate,
  2. String? resultPrettified,
  3. String? text,
  4. int? tireAgeInYearsRoundedDown,
})

Implementation

TinResult({
    this.productionDate,
    this.resultPrettified,
    this.text,
    this.tireAgeInYearsRoundedDown,
});