IndexAccess constructor

IndexAccess(
  1. AstNode object,
  2. AstNode index
)

Implementation

IndexAccess(this.object, this.index);