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?
- 
  
  read / write
- cityDetailed ↔ String?
- 
  
  read / write
- expiryDate ↔ String?
- 
  
  read / write
- fullVehicleNumber ↔ String?
- 
  
  read / write
- governorate ↔ String?
- 
  
  read / write
- hashCode → int
- 
  The hash code for this object.
  read-onlyinherited
- image ↔ String?
- 
  
  read / write
- issueDate ↔ String?
- 
  
  read / write
- licenseType ↔ String?
- 
  
  read / write
- name ↔ String?
- 
  
  read / write
- nationality ↔ String?
- 
  
  read / write
- restName ↔ String?
- 
  
  read / write
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  read-onlyinherited
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