Info constructor
Info({
- required ServerInfo server,
- required ClientsInfo clients,
- required MemoryInfo memory,
- required PersistenceInfo persistence,
- required StatsInfo stats,
- required ReplicationInfo replication,
- required CPUInfo cpu,
- required ClusterInfo cluster,
- 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,
});