isRecording property

bool get isRecording

Implementation

bool get isRecording => (status & 0x08) != 0;