NIMChatroomUpdateMyMemberInfoRequest class Null safety

Request for editing the profile of the current user

Annotations
  • @JsonSerializable()

Constructors

NIMChatroomUpdateMyMemberInfoRequest({String? nickname, String? avatar, Map<String, dynamic>? extension, bool needSave = false})
NIMChatroomUpdateMyMemberInfoRequest.fromMap(Map<String, dynamic> map)
factory

Properties

avatar String?
Avatar
final
extension Map<String, dynamic>?
Extension field
@JsonKey(fromJson: castPlatformMapToDartMap), final
hashCode int
The hash code for this object.
read-only, inherited
needSave bool
Specify whether the updated information is persisted. The setting is applied only for permanent members.
final
nickname String?
Nick name field
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