MissingCustomsException.fromXml constructor
MissingCustomsException.fromXml(
- XmlElement elem
Implementation
factory MissingCustomsException.fromXml(_s.XmlElement elem) {
return MissingCustomsException(
message: _s.extractXmlStringValue(elem, 'message'),
);
}