HHCtxI class abstract
Main context object passed to hooks. Provides access to payload, control flow, data storage, and direct database access.
- Implementers
Constructors
- HHCtxI(HHPayloadI? payloadInput)
Properties
- access ↔ HHCtxDirectAccessI
-
latefinal
- config → dynamic
-
no setter
- control ↔ HHCtxControlI
-
latefinal
- data ↔ HHCtxData
-
latefinal
- env → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialPayload → HHImmutablePayload
-
final
- payload ↔ HHPayload
-
getter/setter pair
- 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