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