RgbAnsiColor class

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

Implemented types

Constructors

RgbAnsiColor(int red, int green, int blue)
this class abstracts how ansi colors are defined
const

Properties

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

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