RemoteInfo constructor
RemoteInfo({})
Implementation
RemoteInfo({
this.hardwareName = "",
this.hardwareIcon,
this.hardwareText,
this.hardwarePage,
this.softwareList = const [],
this.newestSoftware,
this.isAvailable = false,
});