OperatingSystem constructor

OperatingSystem(
  1. String name,
  2. MatchesNavigator? _matchesNavigator
)

Implementation

OperatingSystem(this.name, this._matchesNavigator);