ReadPropExpr constructor
ReadPropExpr(
- Expression receiver,
- String name, {
- OutputType? outputType,
- bool checked = false,
Implementation
ReadPropExpr(
this.receiver,
this.name, {
OutputType? outputType,
this.checked = false,
}) : super(outputType);