We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b319fb commit 8e4e951Copy full SHA for 8e4e951
source_gen/lib/src/generator_for_annotation.dart
@@ -44,13 +44,9 @@ abstract class GeneratorForAnnotation<T> extends Generator {
44
final bool throwOnUnresolved;
45
46
/// Annotation package for [TypeChecker.typeNamed].
47
- ///
48
- /// Currently unused, will be used from `source_gen` 4.0.0.
49
final String? inPackage;
50
51
/// Annotation package type for [TypeChecker.typeNamed].
52
53
54
final bool? inSdk;
55
56
/// By default, this generator will throw if it encounters unresolved
0 commit comments