PrintX class

Constructors

PrintX()

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

c(Object? object) → void
cool will use color cyan
cool(Object? object) → void
cool will use color cyan
d(Object? object) → void
hide will use color white
debug(Object? object) → void
hide will use color white
e(Object? object) → void
error when use color red
error(Object? object) → void
error when use color red
f(Object? object) → void
more will use color magenta
fatal(Object? object) → void
more will use color magenta
h(Object? object) → void
hide will use color black
hide(Object? object) → void
hide will use color black
i(Object? object) → void
information will use color blue
info(Object? object) → void
information will use color blue
s(Object? object) → void
success will use color green
sucess(Object? object) → void
success will use color green
w(Object? object) → void
shortcut warning will use yellow color
warn(Object? object) → void
warning will use yellow color