WriteVarExpr constructor
WriteVarExpr(
- String name,
- Expression value, [
- OutputType? type
Implementation
WriteVarExpr(this.name, this.value, [OutputType? type])
: super(type ?? value.type);