DeckListigView constructor

DeckListigView(
  1. List<Deck> dl
)

Implementation

DeckListigView(List<Deck> dl) {
  deckList = dl;
}