NIMChatroomMemberOptions constructor

NIMChatroomMemberOptions({
  1. required String roomId,
  2. required String account,
  3. Map<String, dynamic>? notifyExtension,
})

Implementation

NIMChatroomMemberOptions({
  required this.roomId,
  required this.account,
  this.notifyExtension,
});