ULicencePlateDetailParams constructor

ULicencePlateDetailParams({
  1. required String nationalCode,
  2. required String licencePlate,
  3. bool refresh = false,
})

Implementation

ULicencePlateDetailParams({
  required this.nationalCode,
  required this.licencePlate,
  this.refresh = false,
});