findErrors abstract method

Set<Error> findErrors(
  1. ClassElement element,
  2. Layer? layer,
  3. ProjectConfiguration configuration
)

Implementation

Set<Error> findErrors(
  ClassElement element,
  Layer? layer,
  ProjectConfiguration configuration,
);