resolvers/utils library

Extensions

DartTypeX on DartType
Extension helpers for DartType

Functions

throwError(String message, {Element? element}) → void
Throws an InvalidGenerationSourceError with the given message and element.
throwIf(bool condition, String message, {Element? element}) → void
Throws an InvalidGenerationSourceError if the given condition is true.