TerminalInitData class
This class holds the initialization data needed for the Terminal. This data has to be passed from the UI Isolate where the TerminalIsolate class gets instantiated into the Isolate that will run the Terminal.
Constructors
- TerminalInitData.new(TerminalBackend? backend, PlatformBehavior platform, TerminalTheme theme, int maxLines)
Properties
- backend ↔ TerminalBackend?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxLines ↔ int
-
getter/setter pair
- platform ↔ PlatformBehavior
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- theme ↔ TerminalTheme
-
getter/setter pair
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