SetSMSAttributesResponse.fromXml constructor

SetSMSAttributesResponse.fromXml(
  1. XmlElement elem
)

Implementation

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