VariableDeclarator constructor
VariableDeclarator(
- Identifier id,
- Expression? init
Implementation
VariableDeclarator(this.id, this.init);
VariableDeclarator(this.id, this.init);