fromUrl static method

NetworkConfig fromUrl(
  1. String host,
  2. int port,
  3. Network network
)

Implementation

static NetworkConfig fromUrl(String host, int port, Network network) {
  return NetworkConfig._(host, port, network);
}