ttsState property

  1. @TagNumber.new(3)
ComponentLifecycleState get ttsState

Implementation

@$pb.TagNumber(3)
$0.ComponentLifecycleState get ttsState => $_getN(2);
  1. @TagNumber.new(3)
set ttsState (ComponentLifecycleState value)

Implementation

@$pb.TagNumber(3)
set ttsState($0.ComponentLifecycleState value) => $_setField(3, value);