EventFlow enum
Operation lifecycle stages where hooks execute.
Flow: preProcess → metaRead → metaUpdatePriorEntry → storageRead/storageUpdate → metaUpdatePostEntry → postProcess
Values
- preProcess → const EventFlow
-
First stage - before storage operations.
- metaRead → const EventFlow
-
Metadata loaded, then hooks run.
- metaUpdatePriorEntry → const EventFlow
-
Before entry storage operation.
- storageRead → const EventFlow
-
Entry read from storage (GET/EXISTS).
- storageUpdate → const EventFlow
-
Entry written/deleted (PUT/DELETE).
- metaUpdatePostEntry → const EventFlow
-
Metadata written after entry operation.
- postProcess → const EventFlow
-
Final stage - after all operations.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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