hasToolCall property

  1. @TagNumber.new(1)
bool get hasToolCall

Implementation

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

Implementation

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