NetworkConfig constructor
Creates a new NetworkConfig.
Implementation
const NetworkConfig({
this.listenAddresses = const ['/ip4/0.0.0.0/tcp/4001'],
this.bootstrapPeers = defaultBootstrapPeers,
this.maxConnections = 50,
this.connectionTimeout = const Duration(seconds: 30),
this.delegatedRoutingEndpoint,
});