menu
flutter_state_migrator package
documentation
migrator/scanner/mobx_adapter.dart
MobXAdapter
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; }
flutter_state_migrator package
documentation
migrator/scanner/mobx_adapter
MobXAdapter
visitComment method
MobXAdapter class