isRecording
isRecording property
True if recorderState.isRecording
see also
Implementation
bool get isRecording => (recorderState == RecorderState.isRecording);
True if recorderState.isRecording
bool get isRecording => (recorderState == RecorderState.isRecording);