BlocQuestion class
The BLoC file 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
-
questionReadyToProceed
→ Stream<
bool> -
The stream through which booleans are flowing
The RPUIQuestionStep listens to this stream so it's notified if it can navigate to the next step
read-only
-
resultValue
→ Stream<
RPQuestionBodyResult> -
The stream through which RPQuestionBodyResult is flowing [...]
read-only
- sendReadyToProceed → dynamic Function(bool)
-
The function to send a boolean through a stream [...]
read-only
- sendResultValue → dynamic Function(RPQuestionBodyResult)
-
The function to send RPQuestionBodyResult through a stream [...]
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
dispose(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited