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

BlocQuestion()

Properties

questionReadyToProceed Stream<bool>
The function to send RPQuestionBodyResult through a stream [...]
read-only
sendReadyToProceed → dynamic Function(bool)
The function to send a boolean 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
The stream through which RPQuestionBodyResult is flowing [...]
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