FrontVehicleLicenseData class
Data model for the front of the Vehicle License
- city
cityin the API response, city of the vehicle - cityDetailed
city_detailedin the API response, city detailed of the vehicle - expiryDate
expire_datein the API response, expiry date of the vehicle - fullVehicleNumber
full_vehicle_numin the API response, full vehicle number of the vehicle - governorate
governoratein the API response, governorate of the vehicle - image
imagein the API response, image of the vehicle - issueDate
issue_datein the API response, issue date of the vehicle - licenseType
license_typein the API response, license type of the vehicle - name
namein the API response, name on the vehicle license - nationality
nationalityin the API response, nationality of the vehicle - restName
rest_namein 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