SetTitle class final Screen Manipulation

An escape code that sets the screen title to title.

The title is displayed in the terminal's title bar.

Implemented types
Available Extensions

Constructors

SetTitle(String title)
Creates an escape code that sets the screen title to title.

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title to set.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
writeAnsiString(StringSink out) → void
Write as a UTF-16 ANSI escaped string to the given StringSink.
override

Operators

operator ==(Object other) bool
The equality operator.
override