QChatUpdateMyMemberInfoParam class
- Inheritance
-
- Object
- QChatAntiSpamConfigParam
- QChatUpdateMyMemberInfoParam
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatUpdateMyMemberInfoParam(int serverId)
-
QChatUpdateMyMemberInfoParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
- antiSpamConfig ↔ QChatAntiSpamConfig?
-
反垃圾配置
getter/setter pairinherited
- avatar ↔ String?
-
头像
getter/setter pair
- custom ↔ String?
-
自定义扩展
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nick ↔ String?
-
昵称
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId → int
-
服务器id,必填
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited