PropertyRead constructor

PropertyRead(
  1. AST receiver,
  2. String name
)

Implementation

PropertyRead(this.receiver, this.name);