hasThread method

bool hasThread(
  1. String path
)

Implementation

bool hasThread(String path) => _touchedThreadPaths.contains(path.trim());