isPaused property

bool get isPaused

True if recorderState.isPaused

Implementation

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