menu
analyzer package
documentation
analysis_rule/pubspec.dart
PubspecVisitor<T>
visitPackageAuthor method
visitPackageAuthor method
dark_mode
light_mode
visitPackageAuthor
method
T?
visitPackageAuthor
(
PubspecEntry
author
)
Implementation
T? visitPackageAuthor(PubspecEntry author) => null;
analyzer package
documentation
analysis_rule/pubspec
PubspecVisitor<T>
visitPackageAuthor method
PubspecVisitor class