autoCloseChildren property
Whether to automatically close the underlying isolates then the calling isolate is destroyed. Default is true. If you set this to false, you must call Runner.close on your own.
Implementation
bool autoCloseChildren = true;