FastAppDictBlocEvent class
- Inheritance
-
- Object
- BlocEvent<
FastAppDictBlocEventType, List< FastDictEntryEntity> > - FastAppDictBlocEvent
Constructors
- FastAppDictBlocEvent.deleteEntries()
-
const
- FastAppDictBlocEvent.deleteEntry(String name)
-
FastAppDictBlocEvent.entriesRetrieved(List<
FastDictEntryEntity> payload) -
const
- FastAppDictBlocEvent.init()
-
const
-
FastAppDictBlocEvent.initialized(List<
FastDictEntryEntity> payload) -
const
-
FastAppDictBlocEvent.patchEntries(List<
FastDictEntryEntity> payload) -
const
- FastAppDictBlocEvent.patchEntry(String name, dynamic value)
- FastAppDictBlocEvent.retrieveEntries()
-
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
→ List<
FastDictEntryEntity> ? -
The payload of the event.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → FastAppDictBlocEventType?
-
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