VariableDeclarationStatement constructor
VariableDeclarationStatement(
- String name,
- DartBlockDataType dataType,
- DartBlockValue? value,
- StatementType statementType,
- String statementId,
Implementation
VariableDeclarationStatement(
this.name,
this.dataType,
this.value,
super.statementType,
super.statementId,
);