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