IndexSet constructor

IndexSet(
  1. Expr object,
  2. Expr name,
  3. Expr value
)

Implementation

IndexSet(this.object, this.name, this.value, );