DirectUDPSocketOpenedEvent constructor
DirectUDPSocketOpenedEvent({})
Implementation
DirectUDPSocketOpenedEvent({
required this.identifier,
required this.localAddr,
required this.localPort,
required this.timestamp,
this.remoteAddr,
this.remotePort,
});