KeyedRead constructor

KeyedRead(
  1. AST receiver,
  2. AST key
)

Implementation

KeyedRead(this.receiver, this.key);