isStopped property

bool isStopped

True if recorderState.isStopped

Implementation

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