FastAppLifecycleBlocEvent class
A specific type of event that captures information about changes in the application's lifecycle state.
Extends BlocEvent
to benefit from the functionalities provided
by the tbloc package, particularly for event handling with payload
pertaining to the app's lifecycle state.
- Inheritance
-
- Object
- BlocEvent<
FastAppLifecycleBlocEventType, AppLifecycleState> - FastAppLifecycleBlocEvent
Constructors
- FastAppLifecycleBlocEvent.lifecycleChanged(AppLifecycleState state)
-
Creates a FastAppLifecycleBlocEvent indicating that the lifecycle
state has changed.
const
Properties
- error → Object?
-
The error of the event.
finalinherited
- forceBuild → bool
-
Indicates whether the bloc builder can force rendering.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- payload → AppLifecycleState?
-
The payload of the event.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → FastAppLifecycleBlocEventType?
-
The type of the event.
finalinherited
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