void printWarning(Object? object, [String end = "\n"]) { final msg = _getMsg(warningColor, "WARNING", object); printErr(msg, end); }