httpResponse property

  1. @TagNumber.new(2)
CustomHTTPResponse get httpResponse

Implementation

@$pb.TagNumber(2)
CustomHTTPResponse get httpResponse => $_getN(1);
  1. @TagNumber.new(2)
set httpResponse (CustomHTTPResponse value)

Implementation

@$pb.TagNumber(2)
set httpResponse(CustomHTTPResponse value) => $_setField(2, value);