UDrivingLicenceDetailResponse constructor
UDrivingLicenceDetailResponse({
- String? nationalCode,
- String? firstName,
- String? lastName,
- String? requestDate,
- String? title,
- String? confirmDate,
- String? rahvarStatus,
- String? packetNo,
- String? barcode,
- String? printNnumber,
- String? printDate,
- String? validYears,
- bool isCached = false,
- DateTime? cachedAt,
- 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,
});