isRecording property

bool get isRecording

是否正在录音

Implementation

bool get isRecording => _state == RecordingState.recording;