QueueConfigurationDeprecated.fromXml constructor
QueueConfigurationDeprecated.fromXml(
- XmlElement? xml
Implementation
QueueConfigurationDeprecated.fromXml(XmlElement? xml) {
event = getProp(xml, 'Event')?.value;
events = getProp(xml, 'Events')?.value;
id = getProp(xml, 'Id')?.value;
queue = getProp(xml, 'Queue')?.value;
}