MulticastConfiguration constructor Null safety
Implementation
MulticastConfiguration({
required this.ipAddress,
required this.port,
required this.ttl,
required this.autoStart,
});
MulticastConfiguration({
required this.ipAddress,
required this.port,
required this.ttl,
required this.autoStart,
});