io/stdout library

Mixins

StdoutMixin
class MyStdout with StdoutMixin implements Stdout { // Must override @override Stdout get stdout; ... }