VgkCardVerticalTopBottomContentModel constructor

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

Implementation

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