XchgNetwork constructor

XchgNetwork(
  1. String name,
  2. int timestamp,
  3. List<String> initialPoints,
  4. List<XchgNetworkRange> ranges,
)

//////////////////////

Implementation

XchgNetwork(this.name, this.timestamp, this.initialPoints, this.ranges);