previousLifecycleState property

  1. @TagNumber.new(15)
ComponentLifecycleState get previousLifecycleState

Typed equivalents of old_state/new_state for SDKs that want generated enum-backed component lifecycle state instead of parsing strings.

Implementation

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

Implementation

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