isStopped property
bool
get
isStopped
True if recorderState.isStopped
Implementation
bool get isStopped => (_recorderState == RecorderState.isStopped);
True if recorderState.isStopped
bool get isStopped => (_recorderState == RecorderState.isStopped);