state property

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

Implementation

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

Implementation

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