includeStatistics property
Whether to include VADStatistics in stream events when available.
Implementation
@$pb.TagNumber(5)
$core.bool get includeStatistics => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set includeStatistics($core.bool value) => $_setBool(4, value);