DeleteMarkerReplication.fromXml constructor

DeleteMarkerReplication.fromXml(
  1. XmlElement? xml
)

Implementation

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