Flashcard constructor

Flashcard(
  1. String face,
  2. String back
)

Método Construtor

Implementation

Flashcard(this.face, this.back);