UDrivingLicenceDetailResponse constructor

UDrivingLicenceDetailResponse({
  1. String? nationalCode,
  2. String? firstName,
  3. String? lastName,
  4. String? requestDate,
  5. String? title,
  6. String? confirmDate,
  7. String? rahvarStatus,
  8. String? packetNo,
  9. String? barcode,
  10. String? printNnumber,
  11. String? printDate,
  12. String? validYears,
  13. bool isCached = false,
  14. DateTime? cachedAt,
  15. DateTime? cacheExpiresAt,
})

Implementation

UDrivingLicenceDetailResponse({
  this.nationalCode,
  this.firstName,
  this.lastName,
  this.requestDate,
  this.title,
  this.confirmDate,
  this.rahvarStatus,
  this.packetNo,
  this.barcode,
  this.printNnumber,
  this.printDate,
  this.validYears,
  this.isCached = false,
  this.cachedAt,
  this.cacheExpiresAt,
});