isRunning property
bool
get
isRunning
Whether the DevTools bridge is currently active.
Implementation
bool get isRunning => _running;
Whether the DevTools bridge is currently active.
bool get isRunning => _running;