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

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