NetworkConfiguration constructor

NetworkConfiguration({
  1. TrafficRule? downRule,
  2. String? id,
  3. TrafficRule? upRule,
})

Implementation

NetworkConfiguration({
  this.downRule,
  this.id,
  this.upRule,
});