Header constructor

const Header(
  1. String key, [
  2. String? value
])

Implementation

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