TerminalState class
Represents the state of a {@link Terminal}.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- TerminalState({bool? isInteractedWith})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInteractedWith → bool
-
Available on TerminalState, provided by the TerminalState$Typings extension
Whether the {@link Terminal} has been interacted with. Interaction means that the terminal has sent data to the process which depending on the terminal's mode. By default input is sent when a key is pressed or when a command or extension sends text, but based on the terminal's mode it can also happen on:no setter - 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