ReplicationRuleAndOperator.fromXml constructor
ReplicationRuleAndOperator.fromXml(
- XmlElement? xml
Implementation
ReplicationRuleAndOperator.fromXml(XmlElement? xml) {
prefix = getProp(xml, 'Prefix')?.text;
tags = Tag.fromXml(getProp(xml, 'Tags'));
}