getDamagesDetails static method

Implementation

static Future<List<AhaiCardHorizontalWithSubModel>>
    getDamagesDetails() async {
  return AhaiConvertor.AhaiCardHorizontalWithSubFromMap(
    LocalData1.items1,
  );
}