factory HttpHeader.fromJson(Map<String, dynamic> json) { return HttpHeader(key: json['key'] ?? '', value: json['value'] ?? ''); }