exitCode property

Future<int> exitCode

The Dart script/file exit code.

Implementation

Future<int> get exitCode => _isolateCompleter.future;