PersonalComputerRegistration constructor
PersonalComputerRegistration({})
Implementation
PersonalComputerRegistration({
super.deviceId,
super.deviceDisplayName,
super.registrationCreatedOn,
this.platform,
this.computerName,
this.memorySize,
this.deviceModel,
this.operatingSystem,
this.version,
});