SSES3.fromXml constructor

SSES3.fromXml(
  1. XmlElement elem
)

Implementation

factory SSES3.fromXml(
    // ignore: avoid_unused_constructor_parameters
    _s.XmlElement elem) {
  return SSES3();
}