ConfigurationSet.fromXml constructor
ConfigurationSet.fromXml(
- XmlElement elem
Implementation
factory ConfigurationSet.fromXml(_s.XmlElement elem) {
return ConfigurationSet(
name: _s.extractXmlStringValue(elem, 'Name')!,
);
}