Write to the terminal output.
@override void write(Object? object) { if (object != null) { output.write(object); } }