VariableDeclarator constructor

VariableDeclarator(
  1. String? name,
  2. Expression? init, {
  3. Map? ast,
})

Implementation

VariableDeclarator(this.name, this.init, {Map? ast}) : super(ast: ast);