menu
apn_lints package
documentation
lints/layer_check_lint.dart
LayerCheckLint
visitComment method
visitComment method
dark_mode
light_mode
visitComment
method
@
override
void
visitComment
(
Comment
node
)
inherited
Implementation
@override R? visitComment(Comment node) { node.visitChildren(this); return null; }
apn_lints package
documentation
lints/layer_check_lint
LayerCheckLint
visitComment method
LayerCheckLint class