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