MonitorPair constructor

MonitorPair(
  1. String? name,
  2. String? value
)

Implementation

MonitorPair(this.name, this.value);