NetworkConfiguration constructor
NetworkConfiguration({
- TrafficRule? downRule,
- String? id,
- TrafficRule? upRule,
Implementation
NetworkConfiguration({this.downRule, this.id, this.upRule});