CliAnsi class

Inheritance

Constructors

CliAnsi(bool useAnsi)

Properties

backspace String
no setterinherited
blue String
no setterinherited
bold String
no setterinherited
bullet String
no setterinherited
cyan String
no setterinherited
gray String
no setteroverride
green String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
magenta String
no setterinherited
noColor String
no setterinherited
none String
no setterinherited
red String
no setterinherited
reversed String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useAnsi bool
finalinherited
yellow String
no setterinherited

Methods

emphasized(String message) String
Display message in an emphasized format.
inherited
error(String message) String
Display message in an error (red) format.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subtle(String message) String
Display message in an subtle (gray) format.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

has256color bool
getter/setter pair
isSupportAnsi bool
no setter

Static Methods

isSupport256Colors() bool
Determines if the current terminal likely supports 256-color ANSI escape sequences.