previousState property

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

Implementation

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

Implementation

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