StunMessage constructor

StunMessage(
  1. int type,
  2. List<int> transactionId,
  3. Map<int, Uint8List> attributes
)

Implementation

StunMessage(this.type, this.transactionId, this.attributes);