IndexDocument.fromXml constructor
IndexDocument.fromXml(
- XmlElement? xml
Implementation
IndexDocument.fromXml(XmlElement? xml) {
suffix = getProp(xml, 'Suffix')?.innerText;
}
IndexDocument.fromXml(XmlElement? xml) {
suffix = getProp(xml, 'Suffix')?.innerText;
}