isRunning property Null safety

bool isRunning

Whether the Stopwatch is currently running.

Implementation

bool get isRunning => _stop == null;