TcpListenOptions constructor

TcpListenOptions({
  1. num? port,
  2. String? hostname,
})

Implementation

factory TcpListenOptions({
  _i2.num? port,
  _i2.String? hostname,
}) =>
    TcpListenOptions._(
      port: port,
      hostname: hostname,
    );