LayoutDrivingLicense.fromRawJson constructor

LayoutDrivingLicense.fromRawJson(
  1. String str
)

Implementation

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