static void d(Object? object, {String? tag}) { if (_debugMode) { log('$tag d | ${object?.toString()}'); } }