started property

bool started
final

Whether the recorder has been started yet.

This will stay true, even when the recorder has been stopped. The reason for this is that a microphone recorder is only allowed to perform a single recording.

Implementation

final bool started;