ToCodeExpression constructor

  1. @visibleForTesting
const ToCodeExpression(
  1. Expression code, [
  2. bool isStatement = false
])

Implementation

@visibleForTesting
const ToCodeExpression(this.code, [this.isStatement = false]);