FlashCardListingView constructor

FlashCardListingView(
  1. Deck deck
)

Implementation

FlashCardListingView(Deck deck) {
  this.flashcardList = deck.deck;
  this.deck = deck;
}