StateMonitorNode constructor

StateMonitorNode(
  1. Map<String, String> values,
  2. List<MonitorId> children
)

Implementation

StateMonitorNode(
  this.values,
  this.children,
);