empty static method

NetworkStatisticsEntry empty()
override

create NetworkStatisticsEntry Empty

Implementation

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