StatsEvent.fromXml constructor

StatsEvent.fromXml(
  1. XmlElement? xml
)

Implementation

StatsEvent.fromXml(XmlElement? xml) {
  details = Stats.fromXml(getProp(xml, 'Details'));
}