ContextData constructor

ContextData(
  1. String name,
  2. int explicitFileCount,
  3. int implicitFileCount,
  4. int workItemQueueLength,
  5. List<String> cacheEntryExceptions,
)

Implementation

ContextData(this.name, this.explicitFileCount, this.implicitFileCount,
    this.workItemQueueLength, this.cacheEntryExceptions);