getFace method

String getFace()

Retorna a frente do Flashcard

Implementation

String getFace() {
  return this.face;
}