headers property

  1. @TagNumber.new(3)
PbList<HttpHeader> get headers

The HTTP response headers. The ordering of the headers is significant. Multiple headers with the same key may present for the response.

Implementation

@$pb.TagNumber(3)
$pb.PbList<HttpHeader> get headers => $_getList(2);