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