NetworkAddress constructor

NetworkAddress({
  1. String? address,
  2. String? existingNetworkId,
  3. String? networkId,
})

Implementation

NetworkAddress({this.address, this.existingNetworkId, this.networkId});