toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
    "area": areaValues.reverse[area],
    "country": country,
    "plateText": plateText,
    "vehicleInspectionFound": vehicleInspectionFound,
    "vehicleInspectionMonth": vehicleInspectionMonth,
    "vehicleInspectionValid": vehicleInspectionValid,
    "vehicleInspectionYear": vehicleInspectionYear,
};