ToCodeExpression constructor Null safety
- Expression code,
- [bool isStatement = false]
Implementation
@visibleForTesting
const ToCodeExpression(this.code, [this.isStatement = false]);
@visibleForTesting
const ToCodeExpression(this.code, [this.isStatement = false]);