ignoreInactiveRootPageOnLoadActions property

  1. @TagNumber(4)
bool get ignoreInactiveRootPageOnLoadActions

Implementation

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

Implementation

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