DeleteMarkerReplication.fromXml constructor
DeleteMarkerReplication.fromXml(
- XmlElement? xml
Implementation
DeleteMarkerReplication.fromXml(XmlElement? xml) {
status = getProp(xml, 'Status')?.text;
}