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