UVehicleViolationDetailResponse constructor
UVehicleViolationDetailResponse({
- required List<
UVehicleViolationDetailItem> items, - String? plateDictation,
- String? plateChar,
- String? complaintStatus,
- String? complaint,
- String? dateTime,
- String? priceStatus,
- String? traceId,
- String? paperId,
- String? paymentId,
- String? warningPrice,
- String? inquirePrice,
- String? ejrInquireNo,
- String? warningId,
- String? inquirePriceDictation,
- bool isCached = false,
- DateTime? cachedAt,
- DateTime? cacheExpiresAt,
Implementation
UVehicleViolationDetailResponse({
required this.items,
this.plateDictation,
this.plateChar,
this.complaintStatus,
this.complaint,
this.dateTime,
this.priceStatus,
this.traceId,
this.paperId,
this.paymentId,
this.warningPrice,
this.inquirePrice,
this.ejrInquireNo,
this.warningId,
this.inquirePriceDictation,
this.isCached = false,
this.cachedAt,
this.cacheExpiresAt,
});