ULicencePlateDetailResponse constructor

ULicencePlateDetailResponse({
  1. String? status,
  2. String? tracePlate,
  3. List<ULicencePlateHistoryItem>? items,
  4. bool isCached = false,
  5. DateTime? cachedAt,
  6. DateTime? cacheExpiresAt,
})

Implementation

ULicencePlateDetailResponse({
  this.status,
  this.tracePlate,
  this.items,
  this.isCached = false,
  this.cachedAt,
  this.cacheExpiresAt,
});