NIMChatroomMember constructor
- {required String roomId,
- required String account,
- required NIMChatroomMemberType memberType,
- required String? nickname,
- String? avatar,
- Map<
String, dynamic> ? extension, - bool isOnline = true,
- bool isInBlackList = false,
- bool isMuted = false,
- bool isTempMuted = false,
- int? tempMuteDuration,
- bool? isValid = true,
- int? enterTime,
- List<
String> ? tags, - String? notifyTargetTags}
Implementation
NIMChatroomMember