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