GeneratorForAnnotation<T> constructor
const
GeneratorForAnnotation<T> ({
- bool throwOnUnresolved = true,
By default, this generator will throw if it encounters unresolved
annotations. You can override this by setting throwOnUnresolved
to
false
.
Implementation
const GeneratorForAnnotation({this.throwOnUnresolved = true});