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