Header constructor

Header({
  1. String? key,
  2. String? value,
})

Implementation

Header({
  this.key,
  this.value,
});