VINParsedResult class
Represents a parsed result that encodes a Vehicle Identification Number (VIN).
- Inheritance
-
- Object
- ParsedResult
- VINParsedResult
Constructors
Properties
- countryCode ↔ String?
-
getter/setter pair
- displayResult → String
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- modelYear ↔ int
-
getter/setter pair
- plantCode ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequentialNumber ↔ String
-
getter/setter pair
- type → ParsedResultType
-
no setterinherited
- vehicleAttributes ↔ String
-
getter/setter pair
- vehicleDescriptorSection ↔ String
-
getter/setter pair
- vehicleIdentifierSection ↔ String
-
getter/setter pair
- vin ↔ String
-
getter/setter pair
- worldManufacturerID ↔ String
-
getter/setter pair
Methods
-
maybeAppend(
String? value, StringBuffer result) → void -
inherited
-
maybeAppendList(
List< String> ? values, StringBuffer result) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited