Condition.fromXml constructor
Condition.fromXml(
- XmlElement? xml
Implementation
Condition.fromXml(XmlElement? xml) {
httpErrorCodeReturnedEquals =
getProp(xml, 'HttpErrorCodeReturnedEquals')?.innerText;
keyPrefixEquals = getProp(xml, 'KeyPrefixEquals')?.innerText;
}