getDeckName method

String getDeckName()

Retorna o nome do baralho atual

Implementation

String getDeckName() {
  return this._deck.getName();
}