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