SearchBlocWrapper class
Constructors
- SearchBlocWrapper({required SearchHouseholdsBloc searchHouseholdsBloc, required TagSearchBloc tagSearchBloc, required IndividualGlobalSearchBloc individualGlobalSearchBloc, required HouseHoldGlobalSearchBloc houseHoldGlobalSearchBloc})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- houseHoldGlobalSearchBloc → HouseHoldGlobalSearchBloc
-
final
- individualGlobalSearchBloc → IndividualGlobalSearchBloc
-
final
- isClosed → bool
-
Whether the object is closed.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchHouseholdsBloc → SearchHouseholdsBloc
-
final
- state → SearchHouseholdsState
-
The current state.
no setter
-
stateChanges
→ Stream<
SearchHouseholdsState> -
no setter
-
stream
→ Stream<
SearchHouseholdsState> -
The current stream of states.
no setter
- tagSearchBloc → TagSearchBloc
-
final
Methods
-
clearEvent(
) → void -
close(
) → FutureOr< void> - Closes the current instance. The returned future completes when the instance has been closed.
-
dispatch(
SearchHouseholdsEvent event) → void -
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