CreateGroupResponse.fromXml constructor
CreateGroupResponse.fromXml(
- XmlElement elem
Implementation
factory CreateGroupResponse.fromXml(_s.XmlElement elem) {
return CreateGroupResponse(
group: Group.fromXml(_s.extractXmlChild(elem, 'Group')!),
);
}