GeneratorForAnnotation<T> constructor

const GeneratorForAnnotation<T>({
  1. 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});