response property

  1. @TagNumber.new(4)
AttributeContext_Response get response

Represents a network response, such as an HTTP response.

Implementation

@$pb.TagNumber(4)
AttributeContext_Response get response => $_getN(3);
  1. @TagNumber.new(4)
set response (AttributeContext_Response value)

Implementation

@$pb.TagNumber(4)
set response(AttributeContext_Response value) => $_setField(4, value);