TerminalLinkContext class
Provides information on a line in a terminal in order to provide links for it.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- TerminalLinkContext({String? line, Terminal? terminal})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- line ↔ String
-
Available on TerminalLinkContext, provided by the TerminalLinkContext$Typings extension
This is the text from the unwrapped line in the terminal.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- terminal ↔ Terminal
-
Available on TerminalLinkContext, provided by the TerminalLinkContext$Typings extension
The terminal the link belongs to.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