Network constructor

const Network(
  1. bool testnet,
  2. NetworkId networkPrefix,
  3. String name
)

Implementation

const Network(this.testnet, this.networkPrefix, this.name);