UDrivingLicenceDetailResponse.fromJson constructor
UDrivingLicenceDetailResponse.fromJson(
- String str
Implementation
factory UDrivingLicenceDetailResponse.fromJson(String str) => UDrivingLicenceDetailResponse.fromMap(json.decode(str));