QuizEngineActions class
Constructors
-
QuizEngineActions({required Future<
void> onQuizCompletedCallback(), required Widget onQuizCompletedActionChild, required Future<void> onParticipationLoadingErrorCallback()})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onParticipationLoadingErrorCallback
→ Future<
void> Function() -
ERRROR HANDLING
final
- onQuizCompletedActionChild → Widget
-
widget overide of the folowing
final
-
onQuizCompletedCallback
→ Future<
void> Function() -
will be called when the form steps and question will be all passed,
inside the success modale
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited