Os constructor

Os({
  1. String? name,
  2. String? version,
})

Implementation

Os({this.name, this.version});