Statement constructor

Statement(
  1. String name,
  2. int index
)

Implementation

Statement(this.name, this.index);