getQtd method

int getQtd()

Retorna o tamanho do baralho

Implementation

int getQtd() {
  return this.qtdFlashcards;
}