AhaiCardImageWidgetModelFromMap static method
Implementation
static List<AhaiCardImageWidgetModel> AhaiCardImageWidgetModelFromMap(
String str) =>
List<AhaiCardImageWidgetModel>.from(
json.decode(str).map(
(x) => AhaiCardImageWidgetModel.fromMap(x),
),
);