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