QChatUpdatedMyMemberInfo class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatUpdatedMyMemberInfo({int? serverId, String? avatar, String? nick, bool? isAvatarChanged, bool? isNickChanged})
QChatUpdatedMyMemberInfo.fromJson(Map<String, dynamic> json)
factory

Properties

avatar String?
变更后的头像。
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAvatarChanged bool?
头像是否有变更
getter/setter pair
isNickChanged bool?
昵称是否有变更
getter/setter pair
nick String?
变更后的昵称
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int?
产生变更的服务器的ID
getter/setter pair

Methods

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

Operators

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