LicensePlateConfig.fromRawJson constructor

LicensePlateConfig.fromRawJson(
  1. String str
)

Implementation

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