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