isFinished property
bool
get
isFinished
Returns true
if the spawned Dart script/file have finished.
Implementation
bool get isFinished => _isolateCompleter.isCompleted;
Returns true
if the spawned Dart script/file have finished.
bool get isFinished => _isolateCompleter.isCompleted;