resolvers/utils library
Extensions
- DartTypeX on DartType
-
Extension helpers for
DartType
Functions
-
throwError(
String message, {Element? element}) → void -
Throws an
InvalidGenerationSourceErrorwith the given message and element. -
throwIf(
bool condition, String message, {Element? element}) → void -
Throws an
InvalidGenerationSourceErrorif the given condition is true.