Address constructor
Address({
- Pipe? pipe,
- SocketAddress? socketAddress,
Implementation
Address({this.pipe, this.socketAddress});
Address({this.pipe, this.socketAddress});