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