MonitorId constructor

MonitorId(
  1. String name,
  2. int disambiguator
)

Implementation

MonitorId(this.name, this.disambiguator);