busy property

bool get busy

Implementation

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