Test class
Contains the test data that is then displayed in "view my tests". Its fields are
date Date of the test
hand Hand the test is done with
displayed Number of symbols displayed in total
mistakes Number of mistakes made
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDate(
DateTime d) → void -
Assigns the argument
dto date -
setDisplayed(
int d) → void -
Assigns the argument
dto displayed -
setHand(
String h) → void -
Assigns the argument
hto hand -
setMistakes(
int m) → void -
Assigns the argument
mto mistakes -
toJson(
) → Map< String, dynamic> - Creates a Map in JSon format so data can be saved in SharedPreferences
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited