AddCardToPack constructor

const AddCardToPack({
  1. required int maxSupply,
  2. required int weight,
  3. required int index,
})

Implementation

const AddCardToPack({
  required this.maxSupply,
  required this.weight,
  required this.index,
});