TUIRoomId constructor

  1. @Deprecated("You only need to fill in one of intRoomId and strRoomId. If both are filled, strRoomId will be used by default.")
const TUIRoomId({
  1. required int intRoomId,
  2. required String strRoomId,
})

Implementation

@Deprecated("You only need to fill in one of intRoomId and strRoomId. If both are filled, strRoomId will be used by default.")
const TUIRoomId({required this.intRoomId, required this.strRoomId});