NIMChatroomUpdateRequest class Null safety

Request to update the profile of a chat room

Annotations
  • @JsonSerializable()

Constructors

NIMChatroomUpdateRequest({String? name, String? announcement, String? broadcastUrl, Map<String, dynamic>? extension, NIMChatroomQueueModificationLevel? queueModificationLevel})
NIMChatroomUpdateRequest.fromMap(Map<String, dynamic> map)
factory

Properties

announcement String?
Chat room announcement
final
broadcastUrl String?
Live streaming URL
final
extension Map<String, dynamic>?
A third-party the extension field. 4000 characters are allowed
@JsonKey(fromJson: castPlatformMapToDartMap), final
hashCode int
The hash code for this object.
read-only, inherited
name String?
Chat room name
final
queueModificationLevel NIMChatroomQueueModificationLevel?
Queue management permissions. For example, the permission to add keys and messages from others to the queue.
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited