ServerConfig.fromXMLElement constructor
ServerConfig.fromXMLElement(
- XmlElement? element
Factory constructor for creating a new ServerConfig from a XmlElement
.
Implementation
ServerConfig.fromXMLElement(XmlElement? element)
: ignoreIds = element!.getAttribute('ignoreids')!;