RedirectAllRequestsTo.fromXml constructor
RedirectAllRequestsTo.fromXml(
- XmlElement? xml
Implementation
RedirectAllRequestsTo.fromXml(XmlElement? xml) {
hostName = getProp(xml, 'HostName')?.innerText;
protocol = getProp(xml, 'Protocol')?.innerText;
}