collectChildren abstract method
void
collectChildren(
- InspectionCache cache, {
- required String stdlibPath,
- required Module parentModule,
Collects all children of this entry during the inspection process.
Implementation
void collectChildren(
InspectionCache cache, {
required String stdlibPath,
required Module parentModule,
});