ServerConfig.fromXMLElement constructor

ServerConfig.fromXMLElement(
  1. XmlElement? element
)

Factory constructor for creating a new ServerConfig from a XmlElement.

Implementation

ServerConfig.fromXMLElement(XmlElement? element)
    : ignoreIds = element!.getAttribute('ignoreids')!;