BurtSocket constructor
Creates a UdpSocket that follows BURT protocols.
Implementation
BurtSocket({
required super.port,
required this.device,
super.destination,
super.quiet,
super.keepDestination,
this.collection,
});
Creates a UdpSocket that follows BURT protocols.
BurtSocket({
required super.port,
required this.device,
super.destination,
super.quiet,
super.keepDestination,
this.collection,
});