StunResponse constructor

StunResponse({
  1. InternetAddress? externalAddress,
  2. int? externalPort,
  3. NatType natType = NatType.unknown,
})

Implementation

StunResponse({
  this.externalAddress,
  this.externalPort,
  this.natType = NatType.unknown,
});