CarpenterShellConfigureContext class final
Immutable context supplied while a host compiles shell-provided runtime capabilities.
Constructors
- CarpenterShellConfigureContext({required CarpenterRuntime runtime})
-
Creates configuration context from the runtime produced by earlier shells.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtime → CarpenterRuntime
-
Runtime compiled by shells that precede the current shell.
final
- 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