ASTStatementVariableDeclaration<V> constructor

ASTStatementVariableDeclaration<V>(
  1. ASTType<V> type,
  2. String name,
  3. ASTExpression? value
)

Implementation

ASTStatementVariableDeclaration(this.type, this.name, this.value);