AttributeDoesNotExist.fromXml constructor
AttributeDoesNotExist.fromXml(
- XmlElement elem
Implementation
factory AttributeDoesNotExist.fromXml(_s.XmlElement elem) {
return AttributeDoesNotExist(
boxUsage: _s.extractXmlDoubleValue(elem, 'BoxUsage'),
);
}