GeneratorForAnnotatedFunction<T> constructor
const
GeneratorForAnnotatedFunction<T> ({
- bool throwOnUnresolved = false,
Creates a generator for processing elements with specific annotations.
By default, this generator will throw if it encounters unresolved
annotations. You can override this by setting throwOnUnresolved
to
false
.
Implementation
const GeneratorForAnnotatedFunction({super.throwOnUnresolved});