DeckListView constructor

DeckListView(
  1. List<Deck> dl
)

Implementation

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