In constructor

In(
  1. String s1,
  2. List? s2
)

Implementation

In(this.s1, this.s2);