OperatingSystem constructor

const OperatingSystem(
  1. String name
)

Operation system

Implementation

const OperatingSystem(this.name);