ULicencePlateHistoryItem constructor

ULicencePlateHistoryItem({
  1. String? system,
  2. String? type,
  3. String? installDate,
  4. String? model,
})

Implementation

ULicencePlateHistoryItem({
  this.system,
  this.type,
  this.installDate,
  this.model,
});