VehicleClassInfo<T> class

Represents the information about the vehicle class extraction.

Constructors

VehicleClassInfo.new(Map<String, dynamic> nativeVehicleClassInfo)
Represents the information about the vehicle class extraction.

Properties

effectiveDate DateResult<T>?
The date since licence is effective. See DateResult for more information.
getter/setter pair
expiryDate DateResult<T>?
The date of expiry of licence.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
licenceType ↔ T?
The type of driver licence.
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

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