VersioningConfiguration.fromXml constructor

VersioningConfiguration.fromXml(
  1. XmlElement xml
)

Implementation

VersioningConfiguration.fromXml(XmlElement xml) {
  mFADelete = getProp(xml, 'MFADelete')?.value;
  status = getProp(xml, 'Status')?.value;
}