UDrivingLicenceNegativePointResponse.fromJson constructor

UDrivingLicenceNegativePointResponse.fromJson(
  1. String str
)

Implementation

factory UDrivingLicenceNegativePointResponse.fromJson(String str) => UDrivingLicenceNegativePointResponse.fromMap(json.decode(str));