ErrorDocument.fromXml constructor
      
      ErrorDocument.fromXml(
    
    
- XmlElement? xml
Implementation
ErrorDocument.fromXml(XmlElement? xml) {
  key = getProp(xml, 'Key')?.text;
}ErrorDocument.fromXml(XmlElement? xml) {
  key = getProp(xml, 'Key')?.text;
}