AhaiCardVerticalTopBottomContentModel constructor

AhaiCardVerticalTopBottomContentModel({
  1. required String map,
  2. required String title,
  3. required String key,
  4. required String value,
  5. required List<AhaiCardVerticalTopBottomSubContentModel> topContent,
  6. required List<AhaiCardVerticalTopBottomSubContentModel> bottomContent,
})

Implementation

AhaiCardVerticalTopBottomContentModel({
  required this.map,
  required this.title,
  required this.key,
  required this.value,
  required this.topContent,
  required this.bottomContent,
});