ASTValueReadKey<T> constructor

ASTValueReadKey<T>(
  1. ASTType<T> type,
  2. ASTVariable variable,
  3. Object _key
)

Implementation

ASTValueReadKey(super.type, this.variable, this._key);