ExecutorMetrics constructor

ExecutorMetrics({
  1. Map<String, String>? metrics,
})

Implementation

ExecutorMetrics({
  this.metrics,
});