UtfPainter class

Used together with "print" printing method

Implemented types

Constructors

UtfPainter()
const

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

black(String s) String
override
blue(String s) String
override
cyan(String s) String
override
gray(String s) String
override
green(String s) String
override
magenta(String s) String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
red(String s) String
override
toString() String
A string representation of this object.
inherited
white(String s) String
override
yellow(String s) String
override

Operators

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