OperatingSystem constructor

OperatingSystem({
  1. OperatingSystemType? type,
})

Implementation

OperatingSystem({
  this.type,
});