sttState property

  1. @TagNumber.new(1)
ComponentLifecycleState get sttState

Implementation

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

Implementation

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