NIMChatRoomEnterRequest constructor Null safety
Implementation
NIMChatRoomEnterRequest({
required this.roomId,
this.nickname,
this.avatar,
this.extension,
this.notifyExtension,
this.tags,
this.notifyTargetTags,
this.retryCount,
this.independentModeConfig,
});