BurtSocket constructor
- required int? port,
- required Device device,
- SocketInfo? destination,
- bool quiet = false,
- Service? collection,
Creates a UdpSocket that follows BURT protocols.
Implementation
BurtSocket({
required super.port,
required this.device,
super.destination,
super.quiet,
this.collection,
});