LicensePlateResult.fromRawJson constructor

LicensePlateResult.fromRawJson(
  1. String str
)

Implementation

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