Stanza constructor

Stanza(
  1. {String? to,
  2. String? from,
  3. String? type,
  4. String? id,
  5. List<XMLNode> children = const [],
  6. required String tag,
  7. Map<String, String> attributes = const {},
  8. String? xmlns}
)

Implementation

Stanza