include property
Whether to include the given declaration.
// This includes `Foo`, and nothing else:
include: (Declaration decl) => decl.originalName == 'Foo'
Implementation
final bool Function(Declaration declaration) include;
Whether to include the given declaration.
// This includes `Foo`, and nothing else:
include: (Declaration decl) => decl.originalName == 'Foo'
final bool Function(Declaration declaration) include;