$Header constructor

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

Implementation

$Header({this.name, this.value});