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