ChassisInfo constructor
ChassisInfo({})
system chassis information
manufacturer: ""
model: ""
serial: ""
sku: ""
type: "Laptop"
version: ""
Implementation
ChassisInfo({
required this.manufacturer,
required this.model,
required this.serial,
required this.sku,
required this.type,
required this.version,
});