collectChildren abstract method

void collectChildren(
  1. InspectionCache cache, {
  2. required String stdlibPath,
  3. required Module parentModule,
})

Collects all children of this entry during the inspection process.

Implementation

void collectChildren(
  InspectionCache cache, {
  required String stdlibPath,
  required Module parentModule,
});