analyzePublicMembers property
Whether unused public members in type declarations should be reported in addition to top-level declarations.
Independent from analyzePrivateMembers: public members need more guesswork (dispatch through supertypes, dynamic calls, reflection), so a project can keep the cheap private members check on while leaving this one off.
Implementation
final bool? analyzePublicMembers;