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