LicensePlateResult.fromRawJson constructor
LicensePlateResult.fromRawJson(
- String str
Implementation
factory LicensePlateResult.fromRawJson(String str) =>
LicensePlateResult.fromJson(json.decode(str));