Header constructor

const Header(
  1. String key,
  2. Object value
)

Implementation

const Header(this.key, this.value);