static void v(Object object, {String? tag}) { if (debugAble) { _printLog(tag, ' | V | ', object); } }