PrintStatement constructor
PrintStatement(
- DartBlockConcatenationValue value,
- StatementType statementType,
- String statementId
Implementation
PrintStatement(this.value, super.statementType, super.statementId);