httpResponse property

  1. @TagNumber(2)
CustomHTTPResponse get httpResponse

Implementation

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

Implementation

@$pb.TagNumber(2)
set httpResponse(CustomHTTPResponse v) { setField(2, v); }