wakewordState property

  1. @TagNumber.new(7)
ComponentLifecycleState get wakewordState

Implementation

@$pb.TagNumber(7)
$0.ComponentLifecycleState get wakewordState => $_getN(6);
  1. @TagNumber.new(7)
set wakewordState (ComponentLifecycleState value)

Implementation

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