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