void throwIf(bool condition, String message, {Element2? element}) { if (condition) { throwError(message, element: element); } }