ResultsRecord class

Constructors

ResultsRecord({required int time, required int score, required bool state, required BasicShape reference, required BasicShape result, required bool done, required bool correct})

Properties

correct bool
read / write
done bool
read / write
hashCode int
The hash code for this object.
read-onlyinherited
reference → BasicShape
final
result ↔ BasicShape
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
score int
read / write
state bool
read / write
time int
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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