Info constructor

Info({
  1. required ServerInfo server,
  2. required ClientsInfo clients,
  3. required MemoryInfo memory,
  4. required PersistenceInfo persistence,
  5. required StatsInfo stats,
  6. required ReplicationInfo replication,
  7. required CPUInfo cpu,
  8. required ClusterInfo cluster,
  9. required KeyspaceInfo keyspace,
})

Implementation

Info({
  required this.server,
  required this.clients,
  required this.memory,
  required this.persistence,
  required this.stats,
  required this.replication,
  required this.cpu,
  required this.cluster,
  required this.keyspace,
});