HcMockUpgradeOS constructor

HcMockUpgradeOS({
  1. String os = '',
  2. String osv = '',
  3. bool android = false,
  4. bool fuchsia = false,
  5. bool ios = false,
  6. bool linux = false,
  7. bool macos = false,
  8. bool web = false,
  9. bool windows = false,
})

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,
});