shouldSetState property

  1. @TagNumber(3)
bool get shouldSetState

@doc Whether to update the current page/component state after executing.

Implementation

@$pb.TagNumber(3)
$core.bool get shouldSetState => $_getBF(2);
  1. @TagNumber(3)
set shouldSetState (bool value)

Implementation

@$pb.TagNumber(3)
set shouldSetState($core.bool value) => $_setBool(2, value);