GeneratorForAnnotatedClass<T> constructor
const
GeneratorForAnnotatedClass<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 GeneratorForAnnotatedClass({super.throwOnUnresolved});