PutConfigurationSetDeliveryOptionsResponse.fromXml constructor

PutConfigurationSetDeliveryOptionsResponse.fromXml(
  1. XmlElement elem
)

Implementation

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