ExitCodeEvent constructor
Creates a new ExitCodeEvent with the given source
and _exitCode
.
Implementation
ExitCodeEvent(super.source, this._exitCode);
Creates a new ExitCodeEvent with the given source
and _exitCode
.
ExitCodeEvent(super.source, this._exitCode);