LayoutInsuranceCard.fromRawJson constructor

LayoutInsuranceCard.fromRawJson(
  1. String str
)

Implementation

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