CORSConfiguration.fromXml constructor
CORSConfiguration.fromXml(
- XmlElement xml
Implementation
CORSConfiguration.fromXml(XmlElement xml) {
cORSRules = CORSRule.fromXml(getProp(xml, 'CORSRules'));
}