isCurrentUser method

bool isCurrentUser()

Implementation

bool isCurrentUser() {
  return FloatWindowStore.to.currentFloatWindowUserModel.value.userId.value ==
      RoomStore.to.currentUser.userId.value;
}