NodeStateSnapshot constructor

const NodeStateSnapshot({
  1. required int epoch,
  2. required int servePublications,
  3. required int funnelForwarders,
  4. required int httpBindings,
  5. required int tcpListeners,
  6. required int udpBridges,
  7. required bool transportCached,
})

Implementation

const NodeStateSnapshot({
  required this.epoch,
  required this.servePublications,
  required this.funnelForwarders,
  required this.httpBindings,
  required this.tcpListeners,
  required this.udpBridges,
  required this.transportCached,
});