isPaused property

bool get isPaused

Implementation

bool get isPaused => _paused ?? false;
set isPaused (bool value)

Implementation

set isPaused(bool value) => _paused = value;