AttributeDoesNotExist.fromXml constructor

AttributeDoesNotExist.fromXml(
  1. XmlElement elem
)

Implementation

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