ASTValueReadIndex<T> constructor

ASTValueReadIndex<T>(
  1. ASTType<T> type,
  2. ASTVariable variable,
  3. Object _index
)

Implementation

ASTValueReadIndex(super.type, this.variable, this._index);