DirectUDPSocketOptions constructor
DirectUDPSocketOptions({})
Implementation
DirectUDPSocketOptions({
this.remoteAddr,
this.remotePort,
this.localAddr,
this.localPort,
this.dnsQueryType,
this.sendBufferSize,
this.receiveBufferSize,
});