isPaused property
bool
get
isPaused
Returns true if the tasks are paused, false otherwise.
Implementation
bool get isPaused => _paused;
Returns true if the tasks are paused, false otherwise.
bool get isPaused => _paused;