autoExecute property

  1. @TagNumber.new(3)
bool get autoExecute

Whether to auto-execute tools or hand them back to the caller.

Implementation

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

Implementation

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