PrintStdout class

A stdout that prints to the console. It uses the debugPrint implementation.

Implemented types
Annotations
  • @visibleForTesting

Constructors

PrintStdout(Stdout stdout)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hasTerminal bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stdout Stdout
final
supportsAnsiEscapes bool
no setteroverride
terminalColumns int
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
writeln(String message) → void
override

Operators

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