getEnd method

bool getEnd()

Retorna se o baralho acabou

Implementation

bool getEnd() {
  return this._end;
}