UInquiryCacheStatusResponse constructor

UInquiryCacheStatusResponse({
  1. UCacheStatusItem? vehicleViolation,
  2. UCacheStatusItem? drivingLicence,
  3. UCacheStatusItem? licencePlate,
  4. UCacheStatusItem? freewayTolls,
})

Implementation

UInquiryCacheStatusResponse({this.vehicleViolation, this.drivingLicence, this.licencePlate, this.freewayTolls});