menu
bones_api package
documentation
bones_api_dart_spawner.dart
DartSpawner
exitCode property
exitCode property
dark_mode
light_mode
exitCode
property
Completer
<
int
>
exitCode
final
The exit code of the spawned Dart script/file.
Implementation
final Completer<int> exitCode = Completer<int>();
bones_api package
documentation
bones_api_dart_spawner
DartSpawner
exitCode property
DartSpawner class