Datagram constructor

Datagram(Uint8List data, InternetAddress address, int port)

Implementation

Datagram(this.data, this.address, this.port);