UDrivingLicenceDetailParams constructor

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

Implementation

UDrivingLicenceDetailParams({
  required this.nationalCode,
  required this.phoneNumber,
  this.refresh = false,
});