NIMChatroomStatusEvent constructor

NIMChatroomStatusEvent(
  1. String roomId,
  2. NIMChatroomStatus status,
  3. int? code
)

Implementation

NIMChatroomStatusEvent(String roomId, this.status, this.code) : super(roomId);