SelfDestroyElement.fromStanza constructor

SelfDestroyElement.fromStanza(
  1. XmppElement stanza
)

Implementation

SelfDestroyElement.fromStanza(XmppElement stanza) {
  _after = int.parse(stanza.getAttribute('after')!.value!);
}