menu
blocz package
documentation
_internal/visitors/MethodVisitors.dart
MethodsListVisitor
visitDoubleLiteral method
visitDoubleLiteral method
dark_mode
light_mode
visitDoubleLiteral
method
@
override
void
visitDoubleLiteral
(
DoubleLiteral
node
)
inherited
Implementation
@override R? visitDoubleLiteral(DoubleLiteral node) { node.visitChildren(this); return null; }
blocz package
documentation
_internal/visitors/MethodVisitors
MethodsListVisitor
visitDoubleLiteral method
MethodsListVisitor class