StackArrayState constructor

StackArrayState(
  1. State type,
  2. int size,
  3. int position,
  4. List array,
)

Implementation

StackArrayState(this.type, this.size, this.position, this.array);