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