UVehicleViolationDetailItem constructor

UVehicleViolationDetailItem({
  1. String? serialNo,
  2. String? date,
  3. String? type,
  4. String? address,
  5. String? violationType,
  6. String? finalPrice,
  7. String? paperId,
  8. String? paymentId,
  9. String? warningId,
  10. String? investigationAbility,
  11. bool? hasImage,
})

Implementation

UVehicleViolationDetailItem({
  this.serialNo,
  this.date,
  this.type,
  this.address,
  this.violationType,
  this.finalPrice,
  this.paperId,
  this.paymentId,
  this.warningId,
  this.investigationAbility,
  this.hasImage,
});