SystemInfo constructor
const
SystemInfo({})
Implementation
const SystemInfo({
required this.os,
required this.version,
required this.arch,
required this.hostname,
required this.cpuCores,
required this.memoryBytes,
required this.shell,
});