VtFormatterScreenExtra class final

Extra screen state to include in styled formatter output.

Constructors

VtFormatterScreenExtra({bool cursor = false, bool style = false, bool hyperlink = false, bool protection = false, bool kittyKeyboard = false, bool charsets = false})
const

Properties

charsets bool
final
cursor bool
final
hashCode int
The hash code for this object.
no setterinherited
final
kittyKeyboard bool
final
protection bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style 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