UInquiryCacheStatusParams constructor

UInquiryCacheStatusParams({
  1. required String nationalCode,
  2. required String phoneNumber,
  3. required String licencePlate,
})

Implementation

UInquiryCacheStatusParams({required this.nationalCode, required this.phoneNumber, required this.licencePlate});