PrintStatement.init constructor

PrintStatement.init(
  1. DartBlockConcatenationValue value
)

Implementation

PrintStatement.init(this.value) : super.init(StatementType.printStatement);