FrontVehicleLicenseData class
Data model for the front of the Vehicle License
- city
city
in the API response, city of the vehicle - cityDetailed
city_detailed
in the API response, city detailed of the vehicle - expiryDate
expire_date
in the API response, expiry date of the vehicle - fullVehicleNumber
full_vehicle_num
in the API response, full vehicle number of the vehicle - governorate
governorate
in the API response, governorate of the vehicle - image
image
in the API response, image of the vehicle - issueDate
issue_date
in the API response, issue date of the vehicle - licenseType
license_type
in the API response, license type of the vehicle - name
name
in the API response, name on the vehicle license - nationality
nationality
in the API response, nationality of the vehicle - restName
rest_name
in the API response, rest name of the vehicle
- Inheritance
-
- Object
- BaseDocumentSide
- VehicleLicenseData
- FrontVehicleLicenseData
Constructors
- FrontVehicleLicenseData(Map dataMap)
Properties
- city ↔ String?
-
getter/setter pair
- cityDetailed ↔ String?
-
getter/setter pair
- expiryDate ↔ String?
-
getter/setter pair
- fullVehicleNumber ↔ String?
-
getter/setter pair
- governorate ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ String?
-
getter/setter pair
- issueDate ↔ String?
-
getter/setter pair
- licenseType ↔ String?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- nationality ↔ String?
-
getter/setter pair
- restName ↔ String?
-
getter/setter pair
- 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