UInquiryCacheStatusParams.fromMap constructor

UInquiryCacheStatusParams.fromMap(
  1. Map<String, dynamic> json
)

Implementation

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