VinResult class

Constructors

VinResult.new({String? vinString, String? wmi, String? region, String? vds, String? checkDigit, String? modelYear, String? plantCode, String? serialNumber})
VinResult.fromJson(Map<String, dynamic> json)
factory

Properties

checkDigit String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modelYear String?
getter/setter pair
plantCode String?
getter/setter pair
region String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
getter/setter pair
vds String?
getter/setter pair
vinString String?
getter/setter pair
wmi String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited