RecordsEvent.fromXml constructor
RecordsEvent.fromXml(
- XmlElement elem
Implementation
factory RecordsEvent.fromXml(_s.XmlElement elem) {
return RecordsEvent(
payload: _s.extractXmlUint8ListValue(elem, 'Payload'),
);
}