toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
    "productionDate": productionDate,
    "resultPrettified": resultPrettified,
    "text": text,
    "tireAgeInYearsRoundedDown": tireAgeInYearsRoundedDown,
};