isIpv6Only property Null safety

bool isIpv6Only
read / write

Whether or not the application should only receive connections over IPv6.

Defaults to false. This flag impacts the default value of the address property.

Implementation

bool isIpv6Only = false;