QuizSummary class

Information about a stroke order quiz.

Constructors

QuizSummary(int _nStrokes)

Properties

correctStrokePaths List<List<Offset>>
List of paths describing the correct strokes as written by the user (in a 1024x1024 coordinate system).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mistakes List<int>
Number of mistakes on a per-stroke basis.
getter/setter pair
nStrokes int
no setter
nTotalMistakes int
Total number of mistakes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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