HcMockUpgradeOS constructor
HcMockUpgradeOS({})
Implementation
HcMockUpgradeOS({
this.os = '',
this.osv = '',
this.android = false,
this.fuchsia = false,
this.ios = false,
this.linux = false,
this.macos = false,
this.web = false,
this.windows = false,
});