PTCGListParserResult constructor

PTCGListParserResult({
  1. required List<Card> cards,
})

Implementation

PTCGListParserResult({required this.cards});