Decodes a schema-validated JSON object.
factory HttpHeader.fromJson(Map<String, Object?> json) => _$HttpHeaderFromJson(json);