HttpHeader constructor

HttpHeader({
  1. String key = '',
  2. String value = '',
})

Implementation

HttpHeader({this.key = '', this.value = ''}) : super(fullyQualifiedName);