isRunning property

bool get isRunning

Whether live reloading is currently active. Always false here.

Implementation

bool get isRunning => false;