runsInIsolate method

bool runsInIsolate(
  1. String toolName
)

Whether toolName should run inside an isolate.

Implementation

bool runsInIsolate(String toolName) => isolateTools.contains(toolName);