DeleteReusableDelegationSetResponse.fromXml constructor

DeleteReusableDelegationSetResponse.fromXml(
  1. XmlElement elem
)

Implementation

factory DeleteReusableDelegationSetResponse.fromXml(
    // ignore: avoid_unused_constructor_parameters
    _s.XmlElement elem) {
  return DeleteReusableDelegationSetResponse();
}