Dart API Reference
dart:io
ProcessResult
exitCode
exitCode
property
Exit code for the process.
int
exitCode
read-only
Exit code for the process.
See
Process.exitCode
for more information in the exit code value.