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