getBack method

String getBack()

Retorna o verso do Flashcard

Implementation

String getBack() {
  return this.back;
}