isPaused property

bool isPaused

True if recorderState.isPaused

Implementation

bool get isPaused => (_recorderState == RecorderState.isPaused);