XmppAttribute constructor

XmppAttribute(
  1. String name,
  2. String? value
)

Implementation

XmppAttribute(this.name, this.value);