isBusy property
bool
get
isBusy
Device is busy recording and should be blocked.
Implementation
bool get isBusy => this == DeviceState.busy;
Device is busy recording and should be blocked.
bool get isBusy => this == DeviceState.busy;