IndexDocument.fromXml constructor

IndexDocument.fromXml(
  1. XmlElement? xml
)

Implementation

IndexDocument.fromXml(XmlElement? xml) {
  suffix = getProp(xml, 'Suffix')?.text;
}