System constructor

System(
  1. bool isEnabled,
  2. bool isRunning
)

Implementation

System(this.isEnabled, this.isRunning);