NetworkIdentifier constructor

NetworkIdentifier(
  1. String blockchain,
  2. String network,
  3. SubNetworkIdentifier? sub_network_identifier
)

Implementation

NetworkIdentifier(this.blockchain, this.network, this.sub_network_identifier);