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