build_utils library

Extensions

DartTypeX on DartType
Extension helpers for DartType

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 condition is true