menu
pt_linter package
documentation
string_literal_finder.dart
StringLiteralVisitor<R>
visitVariableDeclarationList method
visitVariableDeclarationList method
dark_mode
light_mode
visitVariableDeclarationList
method
@
override
R?
visitVariableDeclarationList
(
VariableDeclarationList
node
)
inherited
Implementation
@override R? visitVariableDeclarationList(VariableDeclarationList node) => visitNode(node);
pt_linter package
documentation
string_literal_finder
StringLiteralVisitor<R>
visitVariableDeclarationList method
StringLiteralVisitor class