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