reusePort property
bool?
get
reusePort
Sets SO_REUSEPORT
on POSIX systems.
Implementation
_i2.bool? get reusePort => _i3.getProperty(
this,
'reusePort',
);
set
reusePort
(bool? value)
Implementation
set reusePort(_i2.bool? value) {
_i3.setProperty(
this,
'reusePort',
value ?? _i6.undefined,
);
}