llmState property

  1. @TagNumber.new(2)
ComponentLifecycleState get llmState

Implementation

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

Implementation

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