isStreaming property

  1. @TagNumber.new(21)
bool get isStreaming

Implementation

@$pb.TagNumber(21)
$core.bool get isStreaming => $_getBF(20);
  1. @TagNumber.new(21)
set isStreaming (bool value)

Implementation

@$pb.TagNumber(21)
set isStreaming($core.bool value) => $_setBool(20, value);