Print class


Print.color()

Constructors

Print()

Properties

hashCode int
The hash code for this object.
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

Static Methods

black(dynamic text, {dynamic name = 'black'}) → dynamic
blue(dynamic text, {dynamic name = 'blue'}) → dynamic
cyan(dynamic text, {dynamic name = 'cyan'}) → dynamic
green(dynamic text, {dynamic name = 'green'}) → dynamic
magenta(dynamic text, {dynamic name = 'magenta'}) → dynamic
red(dynamic text, {dynamic name = 'red'}) → dynamic
white(dynamic text, {dynamic name = 'white'}) → dynamic
yellow(dynamic text, {dynamic name = 'yellow'}) → dynamic