DistributionNotDisabled.fromXml constructor

DistributionNotDisabled.fromXml(
  1. XmlElement elem
)

Implementation

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