Stats constructor

Stats(
  1. ServerConfig config,
  2. int serviceId,
  3. String prefix,
  4. String className,
)

Implementation

Stats(this.config, this.serviceId, this.prefix, this.className);