Flashcard class

Classe que representa um flashcard

Annotations

Constructors

Flashcard(String face, String back)
Método Construtor
Flashcard.fromJson(Map<String, dynamic> json)
factory

Properties

back String
Variavéis que guardam a frente e o verso do Flashcard
read / write
face String
Variavéis que guardam a frente e o verso do Flashcard
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getBack() String
Retorna o verso do Flashcard
getFace() String
Retorna a frente do Flashcard
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setBack(String back) → void
Altera o verso do Flashcard
setFace(String front) → void
Altera a frente do Flashcard
toJson() Map<String, dynamic>
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited