DriversLicense class
- Inheritance
-
- Object
- ButlerResult
- DriversLicense
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- DriversLicense()
- DriversLicense.fromButlerResult(ButlerResult result)
-
factory
-
DriversLicense.fromJson(Map<
String, dynamic> json) -
factory
Properties
- birthDate → String?
-
Date of birth of the driver
no setter
- city → String?
-
City portion of the driver's full address
no setter
- confidenceScore ↔ String?
-
getter/setter pairinherited
- documentDiscriminator → String?
-
Security code to identify where and when the license was issued
no setter
- documentId ↔ String?
-
getter/setter pairinherited
- documentNumber → String?
-
Driver's license number
no setter
- documentStatus ↔ String?
-
getter/setter pairinherited
- documentType ↔ String?
-
getter/setter pairinherited
- endorsements → String?
-
Endorsements on the license
no setter
- expirationDate → String?
-
Date of expiry of the license
no setter
- eyeColor → String?
-
Eye color of the driver
no setter
- fileName ↔ String?
-
getter/setter pairinherited
- firstName → String?
-
Given name and middle name if applicable
no setter
-
formFields
↔ List<
ButlerField> ? -
getter/setter pairinherited
- fullAddress → String?
-
Full address of the driver, including street address, city, state, and ZIP code
no setter
- hairColor → String?
-
Hair color of the driver
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → String?
-
Height of the driver
no setter
- issueDate → String?
-
Date of issue of the license
no setter
- lastName → String?
-
Surname
no setter
- mimeType ↔ String?
-
getter/setter pairinherited
- region → String?
-
State that issued the driver's license
no setter
- restrictions → String?
-
Restrictions on the license
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sex → String?
-
Sex of the driver, possible values include "M", "F" and "X"
no setter
- state → String?
-
State portion of the driver's full address
no setter
- streetAddress → String?
-
Street address portion of the driver's full address
no setter
-
tables
↔ List<
ButlerTable> ? -
getter/setter pairinherited
- uploadId ↔ String?
-
The uploadId is used to delete the document and results after if needed.
getter/setter pairinherited
- vehicleClassification → String?
-
Class of vehicles the driver is allowed to operate
no setter
- weight → String?
-
Weight of the driver
no setter
- zipCode → String?
-
ZIP code portion of the driver's full address
no setter
Methods
-
getField(
String fieldName) → String? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited