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