HeaderParser constructor

HeaderParser(
  1. String name,
  2. String id,
  3. int index
)

Implementation

HeaderParser(this.name, this.id, this.index);