ModuleInfo.fromXml constructor
ModuleInfo.fromXml(
- XmlElement elem
Implementation
factory ModuleInfo.fromXml(_s.XmlElement elem) {
return ModuleInfo(
logicalIdHierarchy: _s.extractXmlStringValue(elem, 'LogicalIdHierarchy'),
typeHierarchy: _s.extractXmlStringValue(elem, 'TypeHierarchy'),
);
}