Context constructor

Context(
  1. int index,
  2. Component component
)

Implementation

Context(this.index, this.component);