CORSConfiguration.fromXml constructor

CORSConfiguration.fromXml(
  1. XmlElement? xml
)

Implementation

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