NodeStatsResponseNodes constructor

const NodeStatsResponseNodes({
  1. required String nodeId,
  2. required String status,
  3. required Int32Type sessions,
  4. required Int32Type guilds,
  5. required Int32Type presences,
  6. required Int32Type calls,
  7. required NodeStatsResponseNodesMemory memory,
  8. required Int32Type processCount,
  9. required Int32Type processLimit,
  10. required Int32Type uptimeSeconds,
})

Implementation

const NodeStatsResponseNodes({
  required this.nodeId,
  required this.status,
  required this.sessions,
  required this.guilds,
  required this.presences,
  required this.calls,
  required this.memory,
  required this.processCount,
  required this.processLimit,
  required this.uptimeSeconds,
});