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