ProgramHostBinding class final
Resolved runtime configuration produced by a ProgramHost.
The options value should be treated as the final runtime options after any host-specific adjustments. When terminal is omitted, Program falls back to its built-in stdio terminal selection.
Constructors
- ProgramHostBinding({required ProgramOptions options, TuiTerminal? terminal})
-
Creates a resolved host binding.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- options → ProgramOptions
-
Final runtime options after host adjustments.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- terminal → TuiTerminal?
-
Optional terminal implementation to use for the run.
final
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