IAnsiColor class abstract

this class abstracts how ansi colors are defined

if you want to know more about ansi colors: https://en.wikipedia.org/wiki/ANSI_escape_code#Colors

Implementers

Constructors

IAnsiColor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
the value of the color in ansi escape
no setter

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