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