ReflectionData class

Data produced by the ReflectionForm.

Constructors

ReflectionData({required int confidenceBefore, required int confidenceAfter, required String ownExplanation, required String whatConfusedMe, required String connectionToKnown, required List<String> selfTestItems, required List<String> keyTakeaways})
const

Properties

confidenceAfter int
final
confidenceBefore int
final
connectionToKnown String
final
hashCode int
The hash code for this object.
no setterinherited
keyTakeaways List<String>
final
ownExplanation String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfTestItems List<String>
final
whatConfusedMe String
final
whatILearned String
Backward-compatible getter used by persistence and card generation.
no setter

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