currentLifecycleState property

  1. @TagNumber.new(16)
ComponentLifecycleState get currentLifecycleState

Implementation

@$pb.TagNumber(16)
$6.ComponentLifecycleState get currentLifecycleState => $_getN(15);
  1. @TagNumber.new(16)
set currentLifecycleState (ComponentLifecycleState value)

Implementation

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