ErrorDocument.fromXml constructor

ErrorDocument.fromXml(
  1. XmlElement? xml
)

Implementation

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