VINParsedResult constructor
VINParsedResult({})
Implementation
VINParsedResult({
this.vin = '',
this.worldManufacturerID = '',
this.vehicleDescriptorSection = '',
this.vehicleIdentifierSection = '',
this.countryCode,
this.vehicleAttributes = '',
this.modelYear = 0,
this.plantCode = 0,
this.sequentialNumber = '',
}) : super(ParsedResultType.vin);