isSpeechActive property

  1. @TagNumber.new(2)
bool get isSpeechActive

Implementation

@$pb.TagNumber(2)
$core.bool get isSpeechActive => $_getBF(1);
  1. @TagNumber.new(2)
set isSpeechActive (bool value)

Implementation

@$pb.TagNumber(2)
set isSpeechActive($core.bool value) => $_setBool(1, value);