PrintStatement constructor

PrintStatement(
  1. DartBlockConcatenationValue value,
  2. StatementType statementType,
  3. String statementId
)

Implementation

PrintStatement(this.value, super.statementType, super.statementId);