isRunning property Null safety
Whether or not this application is running.
This will return true if start/startOnCurrentIsolate have been invoked and completed; i.e. this is the synchronous version of the Future returned by start/startOnCurrentIsolate.
This value will return to false after stop has completed.
Implementation
bool get isRunning => _hasFinishedLaunching;