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