exitCode property

Completer<int> exitCode
final

The exit code of the spawned Dart script/file.

Implementation

final Completer<int> exitCode = Completer<int>();