Info constructor

Info({
  1. required List<CardlistTable> table,
})

Implementation

Info({
  required this.table,
});