isToolAllowed static method

bool isToolAllowed(
  1. String toolName
)

Check if tool is allowed

Implementation

static bool isToolAllowed(String toolName) => _tools.containsKey(toolName);