getNextCard method

Flashcard getNextCard()

Retorna o próximo Flashcard da List

Implementation

Flashcard getNextCard() {
  return this.flashcardList.first;
}