VtFormatterTerminalExtra class final
Extra terminal state to include in styled formatter output.
Constructors
- VtFormatterTerminalExtra({bool palette = false, bool modes = false, bool scrollingRegion = false, bool tabstops = false, bool pwd = false, bool keyboard = false, VtFormatterScreenExtra screen = const VtFormatterScreenExtra()})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyboard → bool
-
final
- modes → bool
-
final
- palette → bool
-
final
- pwd → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screen → VtFormatterScreenExtra
-
final
- scrollingRegion → bool
-
final
- tabstops → bool
-
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