VariableDeclarator constructor
VariableDeclarator(
- String? name,
- Expression? init, {
- Map? ast,
Implementation
VariableDeclarator(this.name, this.init, {Map? ast}) : super(ast: ast);