TargetGroupAttribute.fromXml constructor
TargetGroupAttribute.fromXml(
- XmlElement elem
Implementation
factory TargetGroupAttribute.fromXml(_s.XmlElement elem) {
return TargetGroupAttribute(
key: _s.extractXmlStringValue(elem, 'Key'),
value: _s.extractXmlStringValue(elem, 'Value'),
);
}