queueModificationLevel property Null safety

NIMChatroomQueueModificationLevel queueModificationLevel
@JsonKey(unknownEnumValue: NIMChatroomQueueModificationLevel.anyone), final

Queue management permissions. For example, the permission to add keys and messages from others to the queue.

Implementation

@JsonKey(unknownEnumValue: NIMChatroomQueueModificationLevel.anyone)
final NIMChatroomQueueModificationLevel queueModificationLevel;