CustomHeader constructor

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

Implementation

CustomHeader({this.name, this.value});