empty static method

NetworkStatistics empty()
override

create NetworkStatistics Empty

Implementation

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