isPaused property Null safety

bool isPaused

True if recorderState.isPaused

Implementation

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