visitVarDefinitionDirective method

  1. @override
void visitVarDefinitionDirective(
  1. VarDefinitionDirective node
)
override

Implementation

@override
void visitVarDefinitionDirective(VarDefinitionDirective node) {
  visitVarDefinition(node.def);
  _emitSemicolon();
}