CrawlerMetrics constructor
CrawlerMetrics({})
Implementation
CrawlerMetrics({
this.crawlerName,
this.lastRuntimeSeconds,
this.medianRuntimeSeconds,
this.stillEstimating,
this.tablesCreated,
this.tablesDeleted,
this.tablesUpdated,
this.timeLeftSeconds,
});