CommonPrefix.fromXml constructor
CommonPrefix.fromXml(
- XmlElement elem
Implementation
factory CommonPrefix.fromXml(_s.XmlElement elem) {
return CommonPrefix(
prefix: _s.extractXmlStringValue(elem, 'Prefix'),
);
}