dd(dynamic value, {String? tag, bool alwaysPrint = false}) { JetLogger.logWithBrackets( tag, value, '', alwaysPrint: alwaysPrint, ); exit(0); }