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);