BarcodeDriverLicense class

Inheritance

Constructors

BarcodeDriverLicense({required String rawValue, String? addressCity, String? addressState, String? addressStreet, String? addressZip, DateTime? birthDate, String? documentType, DateTime? expiryDate, String? firstName, String? gender, DateTime? issueDate, String? issuingCountry, String? lastName, String? middleName, String? licenseNumber, String? jurisdiction, int? aamvaVersion, int? jurisdictionVersion, int? aamvaFieldsEntries})

Properties

aamvaFieldsEntries int?
final
aamvaVersion int?
final
addressCity String?
final
addressState String?
final
addressStreet String?
final
addressZip String?
final
birthDate DateTime?
final
documentType String?
final
expiryDate DateTime?
final
firstName String?
final
gender String?
final
hashCode int
The hash code for this object.
no setterinherited
issueDate DateTime?
final
issuingCountry String?
final
jurisdiction String?
final
jurisdictionVersion int?
final
lastName String?
final
licenseNumber String?
final
middleName String?
final
rawValue String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueType BarcodeValueType
finalinherited

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