BlocQuestion class
The BLoC for the communication between the question container RPUIQuestionStep and the question body
This class is mainly responsible for the communication between the Question Container (RPUIQuestionStep) and the Question Body (Widgets in ui/questionbody)
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
questionReadyToProceed
→ Stream<
bool> -
The function to send
RPQuestionBodyResult
through a streamno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendReadyToProceed → void Function(bool)
-
The function to send a boolean through a stream
no setter
Methods
-
dispose(
) → void -
The stream through which
RPQuestionBodyResult
is flowing -
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