ExitCodeEvent constructor

ExitCodeEvent(
  1. Object source,
  2. int _exitCode
)

Creates a new ExitCodeEvent with the given source and _exitCode.

Implementation

ExitCodeEvent(super.source, this._exitCode);