NetworkConfig constructor

NetworkConfig({
  1. String? network,
  2. String? peeringMode,
})

Implementation

NetworkConfig({this.network, this.peeringMode});