AnsiColor enum

Color types for ANSI console standard

Inheritance

Constructors

AnsiColor()
const

Values

black → const AnsiColor

Black color type

red → const AnsiColor

Red color type

green → const AnsiColor

Green color type

yellow → const AnsiColor

Yellow color type

blue → const AnsiColor

Blue color type

magenta → const AnsiColor

Magenta color type

cyan → const AnsiColor

Cyan color type

white → const AnsiColor

White color type

bits → const AnsiColor

Custom color type with Bit 8 (not supported)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<AnsiColor>
A constant List of the values in this enum, in order of their declaration.