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