void printError(Object? object, [String end = "\n"]) { final msg = _getMsg(errorColor, "ERROR", object); printErr(msg, end); }