menu
blocz package
documentation
_internal/visitors/BlocVisitors.dart
ON_invocationFindByMethodNameVisitor
visitSwitchCase method
visitSwitchCase method
dark_mode
light_mode
visitSwitchCase
method
@
override
void
visitSwitchCase
(
SwitchCase
node
)
inherited
Implementation
@override R? visitSwitchCase(SwitchCase node) => visitSwitchMember(node);
blocz package
documentation
_internal/visitors/BlocVisitors
ON_invocationFindByMethodNameVisitor
visitSwitchCase method
ON_invocationFindByMethodNameVisitor class