Header constructor

Header(List<int> name, List<int> value, { bool neverIndexed: false })

Implementation

Header(this.name, this.value, {this.neverIndexed: false});