//Ankea/fi.jyu.ohj2.sourander.ankea.model/Flashcard/Flashcard
Flashcard¶
[JVM]\ constructor()
Creates an empty flashcard.
[JVM]\ constructor(front: String, back: String)
Creates a flashcard with the given front and back text.
Parameters¶
JVM
| front | the front side text |
| back | the back side text |