ReadPropExpr constructor

ReadPropExpr(
  1. Expression receiver,
  2. String name, {
  3. OutputType? outputType,
  4. bool checked = false,
})

Implementation

ReadPropExpr(
  this.receiver,
  this.name, {
  OutputType? outputType,
  this.checked = false,
}) : super(outputType);