MulticastProbe.other constructor

MulticastProbe.other({
  1. int? timeout,
})

Implementation

MulticastProbe.other({int? timeout}) {
  probeTimeout = timeout ?? defaultTimeout;
}