isPaused property

bool isPaused

Implementation

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

Implementation

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