setBack method

void setBack(
  1. String back
)

Altera o verso do Flashcard

Implementation

void setBack(String back) {
  this.back = back;
}