isRunning property

bool get isRunning

Whether the loop is currently active.

Implementation

bool get isRunning => _running;