BarcodeDriverLicense class

A driver license or ID card.

Properties

addressCity String?
City of holder's address.
final
addressState String?
State of holder's address.
final
addressStreet String?
Holder's street address.
final
addressZip String?
Zip code of holder's address.
final
birthDate String?
Birth date of the holder.
final
documentType String?
"DL" for driver licenses, "ID" for ID cards.
final
expiryDate String?
Expiry date of the license.
final
firstName String?
Holder's first name.
final
gender String?
Holder's gender. 1 - male, 2 - female.
final
hashCode int
The hash code for this object.
no setterinherited
issuingCountry String?
Country in which DL/ID was issued. US = "USA", Canada = "CAN".
final
issuingDate String?
Issue date of the license.
final
lastName String?
Holder's last name.
final
licenseNumber String?
Driver license ID number.
final
middleName String?
Holder's middle name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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