responseStreaming property
If true, the response is streamed.
Implementation
@$pb.TagNumber(5)
$core.bool get responseStreaming => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set responseStreaming($core.bool v) { $_setBool(4, v); }
If true, the response is streamed.
@$pb.TagNumber(5)
$core.bool get responseStreaming => $_getBF(4);
@$pb.TagNumber(5)
set responseStreaming($core.bool v) { $_setBool(4, v); }