NetworkIdentifier constructor

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

Implementation

const NetworkIdentifier(
  this.blockchain,
  this.network,
  this.subNetworkIdentifier,
);