isStreaming property

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

Implementation

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

Implementation

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