void printInfo(Object? object, [String end = "\n"]) { final msg = _getMsg(infoColor, "INFO", object); _outSink.write(msg); _outSink.write(end); }