bool isSelfSeatInfo(SeatInfo seatInfo) { if (userState.selfInfo.userId.isEmpty) { return false; } return userState.selfInfo.userId == seatInfo.userId.value; }