XchgNetwork.empty constructor

XchgNetwork.empty()

Implementation

factory XchgNetwork.empty() {
  return XchgNetwork("", 0, [], []);
}