getName method

String getName()

Retorna o nome do baralho

Implementation

String getName() {
  return this.deckName;
}