QueueConfigurationDeprecated.fromXml constructor

QueueConfigurationDeprecated.fromXml(
  1. 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;
}