BackVehicleLicenseData class

Data model for the back of the Vehicle License

  • brand brand in the API response, brand of the vehicle
  • chassisNumber chassis_num in the API response, chassis number of the vehicle
  • color color in the API response, color of the vehicle
  • cylinders cylinders in the API response, cylinders of the vehicle
  • engineCapacity engine_capacity in the API response, engine capacity of the vehicle
  • examinationDate examination_date in the API response, examination date of the vehicle
  • extraInfo extra_info in the API response, extra info of the vehicle
  • image image in the API response, image of the vehicle
  • insurance insurance in the API response, insurance of the vehicle
  • modelName model_name in the API response, model name of the vehicle
  • modelYear model_year in the API response, model year of the vehicle
  • motorNumber motor_num in the API response, motor number of the vehicle
  • petrolType petrol_type in the API response, petrol type of the vehicle
  • restInsurance rest_insurance in the API response, rest insurance of the vehicle
  • serialNumber serial_num in the API response, serial number of the vehicle
  • vehicleType vehicle_type in the API response, vehicle type of the vehicle
Inheritance

Constructors

BackVehicleLicenseData(Map dataMap)

Properties

brand String?
getter/setter pair
chassisNumber String?
getter/setter pair
color String?
getter/setter pair
cylinders String?
getter/setter pair
engineCapacity String?
getter/setter pair
examinationDate String?
getter/setter pair
extraInfo String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
getter/setter pair
insurance String?
getter/setter pair
modelName String?
getter/setter pair
modelYear String?
getter/setter pair
motorNumber String?
getter/setter pair
petrolType String?
getter/setter pair
restInsurance String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
getter/setter pair
vehicleType String?
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