isDeferred property

bool get isDeferred

Whether this tool is a deferred tool (MCP or shouldDefer).

Implementation

bool get isDeferred => isMcp || shouldDefer;