isRecording property

bool get isRecording

Implementation

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