empty static method

TestNetwork empty()
override

create TestNetwork Empty

Implementation

static TestNetwork empty() {
  return TestNetwork({});
}