BackVehicleLicenseData class
Data model for the back of the Vehicle License
- brand brandin the API response, brand of the vehicle
- chassisNumber chassis_numin the API response, chassis number of the vehicle
- color colorin the API response, color of the vehicle
- cylinders cylindersin the API response, cylinders of the vehicle
- engineCapacity engine_capacityin the API response, engine capacity of the vehicle
- examinationDate examination_datein the API response, examination date of the vehicle
- extraInfo extra_infoin the API response, extra info of the vehicle
- image imagein the API response, image of the vehicle
- insurance insurancein the API response, insurance of the vehicle
- modelName model_namein the API response, model name of the vehicle
- modelYear model_yearin the API response, model year of the vehicle
- motorNumber motor_numin the API response, motor number of the vehicle
- petrolType petrol_typein the API response, petrol type of the vehicle
- restInsurance rest_insurancein the API response, rest insurance of the vehicle
- serialNumber serial_numin the API response, serial number of the vehicle
- vehicleType vehicle_typein the API response, vehicle type of the vehicle
- Inheritance
- 
    - Object
- BaseDocumentSide
- VehicleLicenseData
- BackVehicleLicenseData
 
Constructors
- BackVehicleLicenseData(Map dataMap)
Properties
- brand ↔ String?
- 
  
  read / write
- chassisNumber ↔ String?
- 
  
  read / write
- color ↔ String?
- 
  
  read / write
- cylinders ↔ String?
- 
  
  read / write
- engineCapacity ↔ String?
- 
  
  read / write
- examinationDate ↔ String?
- 
  
  read / write
- extraInfo ↔ String?
- 
  
  read / write
- hashCode → int
- 
  The hash code for this object.
  read-onlyinherited
- image ↔ String?
- 
  
  read / write
- insurance ↔ String?
- 
  
  read / write
- modelName ↔ String?
- 
  
  read / write
- modelYear ↔ String?
- 
  
  read / write
- motorNumber ↔ String?
- 
  
  read / write
- petrolType ↔ String?
- 
  
  read / write
- restInsurance ↔ String?
- 
  
  read / write
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  read-onlyinherited
- serialNumber ↔ String?
- 
  
  read / write
- vehicleType ↔ String?
- 
  
  read / write
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