DriverLicenseDetailedInfo<T> class
Represents detailed extracted information about the driver license.
Constructors
-
DriverLicenseDetailedInfo.new(Map<
String, dynamic> nativeDriverLicenseDetailedInfo) - Represents detailed extracted information about the driver license.
Properties
- conditions ↔ T?
-
The driver license conditions.
getter/setter pair
- endorsements ↔ T?
-
The additional privileges granted to the US driver license owner.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- restrictions ↔ T?
-
The restrictions to driving privileges for the United States driver license owner.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vehicleClass ↔ T?
-
The type of vehicle the driver license owner has privilege to drive.
getter/setter pair
-
vehicleClassesInfo
↔ List<
VehicleClassInfo> ? -
The additional information on vehicle class.
getter/setter pair
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