DeleteRuleOutput.fromXml constructor
DeleteRuleOutput.fromXml(
- XmlElement elem
Implementation
factory DeleteRuleOutput.fromXml(
// ignore: avoid_unused_constructor_parameters
_s.XmlElement elem) {
return DeleteRuleOutput();
}