wakewordState property

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

Implementation

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

Implementation

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