DERPNode constructor
Implementation
const DERPNode({
required this.name,
required this.hostName,
this.ipv4,
this.ipv6,
this.derpPort = 0,
this.stunPort = 0,
this.canPort80 = false,
});
const DERPNode({
required this.name,
required this.hostName,
this.ipv4,
this.ipv6,
this.derpPort = 0,
this.stunPort = 0,
this.canPort80 = false,
});