busy property
bool
get
busy
Implementation
bool get busy {
return model.curCall != null && model.state != ChatCallKitCallState.idle;
}
bool get busy {
return model.curCall != null && model.state != ChatCallKitCallState.idle;
}