throwOnUnresolved property

bool throwOnUnresolved
final

Whether to throw an exception if no annotated elements are found.

If true, the generator will throw an ArgumentError when no elements with the targeted annotation are found in the library.

Implementation

final bool throwOnUnresolved;