lean_builder/build_utils library
Functions
-
throwError(
String message, {Element? element}) → void - Helper to through flutter errors
-
throwIf(
bool condition, String message, {Element? element}) → void -
Helper to through flutter errors if
conditionis true