requestStreaming property
If true, the request is streamed.
Implementation
@$pb.TagNumber(3)
$core.bool get requestStreaming => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set requestStreaming($core.bool value) => $_setBool(2, value);
If true, the request is streamed.
@$pb.TagNumber(3)
$core.bool get requestStreaming => $_getBF(2);
@$pb.TagNumber(3)
set requestStreaming($core.bool value) => $_setBool(2, value);