blockSubsequentActions property

  1. @TagNumber(2)
bool get blockSubsequentActions

Implementation

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

Implementation

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