SafePropertyRead constructor

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

Implementation

SafePropertyRead(this.receiver, this.name);