BlocEventType enum
Values
- init → const BlocEventType
-
Bloc is initialized
- error → const BlocEventType
-
Bloc encountered an error
- stateChange → const BlocEventType
-
State is changed
- busy → const BlocEventType
-
Bloc is busy
- streamClosed → const BlocEventType
-
Bloc has no listeners (stream is being closed)
Properties
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
Constants
-
values
→ const List<
BlocEventType> - A constant List of the values in this enum, in order of their declaration.