isStreamingView property

  1. @TagNumber(14)
bool get isStreamingView

not overridable @doc Whether to show the broadcast view in the UI Builder.

Implementation

@$pb.TagNumber(14)
$core.bool get isStreamingView => $_getBF(13);
  1. @TagNumber(14)
set isStreamingView (bool value)

Implementation

@$pb.TagNumber(14)
set isStreamingView($core.bool value) => $_setBool(13, value);