index property

Node<dynamic, LangVal<LangType>> get index

Gets the index expression used to access the array element.

Implementation

Node<dynamic, LangVal> get index => children[0] as Node<dynamic, LangVal>;