UInquiryCacheStatusParams.fromMap constructor
Implementation
factory UInquiryCacheStatusParams.fromMap(Map<String, dynamic> json) => UInquiryCacheStatusParams(
nationalCode: json["nationalCode"],
phoneNumber: json["phoneNumber"],
licencePlate: json["licencePlate"],
);