Printer class

Printer provides a basic interface for user-facing tool output & logs.

Constructors

Printer([PrintFunc? stdout, PrintFunc? stderr])
Printer.fromPrinter(Printer printer)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stderr PrintFunc
final
stdout PrintFunc
final

Methods

error(Object obj) → void
info(Object obj) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
warning(Object obj) → void
write([Object? obj]) → void

Operators

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