HeaderObj constructor

HeaderObj(
  1. String key,
  2. String value
)

Implementation

HeaderObj(this.key, this.value);