multicastInterface property Null safety

NetworkInterface? multicastInterface
@Deprecated("This property is not implemented. Use getRawOption and " "setRawOption instead."), read / write

The network interface used for outgoing multicast packages.

A value of null indicate that the system chooses the network interface to use.

By default this value is null

Implementation

@Deprecated("This property is not implemented. Use getRawOption and "
    "setRawOption instead.")
NetworkInterface? multicastInterface;