ArrayAccess constructor

ArrayAccess(
  1. ASTNode array,
  2. ASTNode key
)

Implementation

ArrayAccess(this.array, this.key);