HHPayloadI class
Base interface for payload objects.
- Implementers
- Available extensions
Constructors
- HHPayloadI()
-
const
Properties
Methods
-
asImmutable(
) → HHImmutablePayload -
Available on HHPayloadI, provided by the HHPayloadExtensions extension
-
asMutable(
) → HHPayload -
Available on HHPayloadI, provided by the HHPayloadExtensions extension
-
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