getCopy method

FlashcardList getCopy()

Retorna uma copia do deck

Implementation

FlashcardList getCopy() {
  this.reset();
  return this.deck;
}