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