EnabledMetric.fromXml constructor
EnabledMetric.fromXml(
- XmlElement elem
Implementation
factory EnabledMetric.fromXml(_s.XmlElement elem) {
return EnabledMetric(
granularity: _s.extractXmlStringValue(elem, 'Granularity'),
metric: _s.extractXmlStringValue(elem, 'Metric'),
);
}