isNativeTool static method

bool isNativeTool(
  1. ToolUseType? type
)

Implementation

static bool isNativeTool(ToolUseType? type) =>
    type?.name.startsWith('nativeTools') ?? false;