Restrictions.fromXml constructor
Restrictions.fromXml(
- XmlElement elem
Implementation
factory Restrictions.fromXml(_s.XmlElement elem) {
return Restrictions(
geoRestriction:
GeoRestriction.fromXml(_s.extractXmlChild(elem, 'GeoRestriction')!),
);
}