ULicencePlateHistoryItem.fromJson constructor

ULicencePlateHistoryItem.fromJson(
  1. String str
)

Implementation

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