VariableDeclarationStatement constructor

VariableDeclarationStatement(
  1. String name,
  2. DartBlockDataType dataType,
  3. DartBlockValue? value,
  4. StatementType statementType,
  5. String statementId,
)

Implementation

VariableDeclarationStatement(
  this.name,
  this.dataType,
  this.value,
  super.statementType,
  super.statementId,
);